fastai==2.3.1
and neptune-client[fastai]==0.9.18
.api_token='ANONYMOUS'
and project='common/fastai-integration'
.learner
or fit
method:NeptuneCallback()
to the callbacks argument of a learner
or fit
method.stop()
method. This is needed only while logging from a notebook environment. While logging through a script, Neptune automatically stops tracking once the script has completed execution.common/fastai-integration
replaced by your project name, and FAS-61
replaced by your run id.NeptuneCallback()
by passing the callback a function to the constructor. For example:SaveModelCallback()
SavemodelCallback()
to the callbacks' list of your learner or fit method.