Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.77 KB

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)

neptune-pytorch 1.1.0 (YANKED)

Fixes

  • Rename save_model to log_model and save_checkpoint to log_checkpoint. (#9)

neptune-pytorch 1.0.1

Fixes

  • Make torchviz optional dependency. (#8)

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

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 (initial release)

Features

  • Create NeptuneLogger for logging metadata (#1)