Python 3.7+
in your system,neptune-client[sacred]==0.9.19
, sacred==0.8.2
, torch==1.9.0
, and torchvision==0.10.0
.api_token='ANONYMOUS'
and project='common/sacred-integration'
to explore without having to create a Neptune account. @ex.config
(hyperparameters and configuration) and @ex.main
(training loop) you can run your experiment as you normally would.common/sacred-integration
replaced by your project, and SAC-11
replaced by your run.sacred.Experiment.add_artifact()
is called with a filename and optionally a name this will trigger an event in the Neptune0bserver to upload the file to Neptune.stop()
method. This is only needed when logging from a notebook or some other interactive environment.