Skip to content

Releases: neptune-ai/neptune-detectron2

1.0.0

14 Mar 12:35
59dc4b9
Compare
Choose a tag to compare

Changes

  • Updated integration to be compatible with neptune 1.0 (#9)
  • Removed neptune and neptune-client from base requirements (#12)
  • Refactored parameter name: smoothing_window_size -> metrics_update_freq (#12)

0.2.1

07 Feb 10:21
8d43de2
Compare
Choose a tag to compare

Fixes

  • Fixed logging checkpoints (base namespace was previously ignored) (#8)

0.2.0

02 Feb 08:21
043de8e
Compare
Choose a tag to compare

Fixes

  • The NeptuneHook doesn't stop the run after training, just syncs. (#7)
  • Passing a run or handler object is now compulsory - the hook will not create one automatically. (#7)

Changes

  • Updated the integration for compatibility with neptune-client 1.0.0. (#6)