stdout
and stderr
logs,NeptuneLogger()
, to inform logger where to log the metadata. There are more parameters to customize logger behavior, check Catalyst docs for more details.neptune_logger
to the runner, like any other Catalyst logger:Python 3.7+
in your system,catalyst==21.5
and neptune-client==0.9.16
.NeptuneLogger()
, to inform it where to log metadata. There are more parameters to customize logger behavior, check Catalyst docs for more details.stdout
. It will look like this:
https://app.neptune.ai/common/catalyst-integration/e/CATALYST-1486​neptune_logger
to the Runner. The example below uses SupervisedRunner as an example:neptune_logger
is ready.NeptuneLogger
instance is ready. Run your script and have all metadata logged in the single place for further analysis, comparison, and sharing in the team.