- Rename
save_model
tolog_model
andsave_checkpoint
tolog_checkpoint
. (#9) - Prefix private methods with underscore. (#12)
- Add docstrings for
log_model
andlog_checkpoint
. (#11)
- Rename
save_model
tolog_model
andsave_checkpoint
tolog_checkpoint
. (#9)
- Make
torchviz
optional dependency. (#8)
- Change where
checkpoints
are logged. Previously they we logged underbase_namespace/model
but now they will be logged underbase_namespace/model/checkpoints
(#5) - Add warning if
dot
is not installed instead of hard error. Also, improve clean-up of visualization files (#6)
- Create
NeptuneLogger
for logging metadata (#1)
- Change where
checkpoints
are logged. Previously they we logged underbase_namespace/model
but now they will be logged underbase_namespace/model/checkpoints
(#5) - Add warning if
dot
is not installed instead of hard error. Also, improve clean-up of visualization files (#6)
- Create
NeptuneLogger
for logging metadata (#1)