.git
directory and log information from it.Dirty
: whether the commit was dirty or notCommit message
: what was the commit messageCommit ID
: Git SHA signatureCommit author
: the author of the last commitCommit date
: the data of the last commit Current branch
: what is the current git branch Remotes
: list of git remotes your local .git
is connected to neptune.init()
.main.py
if you run python main.py
), but you can pass a list of files or wildcard patterns ("glob") like: **/*.py
to specify more files:source_files
argument of neptune.init()
:**/*.py"
, make sure that your expression does not log too many files or non-source code files. *"
as a pattern will upload all files and directories from the current working directory (cwd
). It may result in logging files that you did not want to upload and cluttering your project.neptune-client>=0.10.10
neptune-client>=0.10.10
"**/*.dvc"
to the source_files
argument of neptune.init()
: cpu
: total CPU consumption of your machinememory
: total memory consumption of your machine gpu
: GPU consumption of your machine gpu_memory
: GPU memory consumption of your machinestderr
: standard error logs from your consolestdout
: standard output logs from your consolecapture_hardware_ metrics
argument of neptune.init()
:monitoring_namespace
argument argument of neptune.init()
:Info (NVML): NVML Error: NVML Shared Library Not Found - GPU usage metrics may not be reported."
your GPU consumption is not being logged.
there are no GPUs on your machine your NVIDIA NVML library is not installed or configured properly. See how to install and configure NVML.
nvml.dll
file in the standard locations:
C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll
C:\Windows\System32\nvml.dll
nvml.dll
file in either of those locations.nvml.dll
on Windows by setting the NVML_DLL_PATH
environment variable.*.png'
or '**/*.yaml'
as it may result in the unintended logging of a large amount of data and cluttering your storage.stderr
: standard error logs from your consolestdout
: standard output logs from your consoleNeptuneHandler
you can customize what level of logs you want to capture or the name of the field where the logs will be stored.matplotlib==3.2.0
and plotly==4.12.0
. Make sure that you have the correct versions installed. See the plotly installation guide.neptune.types.File.as_html()
:neptune.types.File.as_html()
:upload()
method: