init()
method in the code, it's both more secure and more convenient to save them as environment variables in your system.NEPTUNE_API_TOKEN
environment variable:.bashrc
file:.zshrc
or .bashrc
file:NEPTUNE_PROJECT
environment variable:.bashrc
file:.zshrc
or .bashrc
file:WORKSPACE_NAME/PROJECT_NAME
is the full project name. For example, john.smith/sample-project
.stop()
method.stop()
method.stop()
. This is because the connection to Neptune is not stopped when the cell has finished executing, but rather only when you stop the notebook.stop()
include:Run
or Model
object.get_structure()
method and some scripting:del
command. For example, to delete the training/checkpoints
namespace from a run with identifier "ACC-47":.neptune
folder.sys
or monitoring
namespaces.sys
- The system namespace is reserved, that is, you cannot create new fields in this namespace.sys
field values, such as description, stage, and tags.monitoring
- The monitoring namespace is intended specifically for system monitoring, not monitoring related to model training. Examples of system monitoring include hardware consumption and standard streams (stdout
and stderr
).