Releases: neptune-ai/neptune-pytorch
Releases · neptune-ai/neptune-pytorch
2.0.0
Changes
- Rename
save_model
to log_model
and save_checkpoint
to log_checkpoint
. (#9)
- Prefix private methods with underscore. (#12)
- Add docstrings for
log_model
and log_checkpoint
. (#11)
1.1.0
Changes
- Rename
save_model
to log_model
and save_checkpoint
to log_checkpoint
. (#9)
1.0.1
Fixes
- Make
torchviz
optional dependency. (#8)
1.0.0
neptune-pytorch 1.0.0
Fixes
- Change where
checkpoints
are logged. Previously they we logged under base_namespace/model
but now they will be logged under base_namespace/model/checkpoints
(#5)
- Add warning if
dot
is not installed instead of hard error. Also, improve clean-up of visualization files (#6)
Features
- Create
NeptuneLogger
for logging metadata (#1)
neptune-pytorch 0.2.0
neptune-pytorch 0.2.0
Fixes
- Change where
checkpoints
are logged. Previously they we logged under base_namespace/model
but now they will be logged under base_namespace/model/checkpoints
(#5)
- Add warning if
dot
is not installed instead of hard error. Also, improve clean-up of visualization files (#6)
neptune-pytorch 0.1.0
Create NeptuneLogger
for logging metadata when using PyTorch for training.