Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 876 Bytes

File metadata and controls

35 lines (20 loc) · 876 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[0.1.1a]

Fixing bugs, new version for gradium.

Fixing bug in formatter, where excluded keys are ignored.

Fixing bug in averager when deleting the _count_ key.

[0.1.0a]

Improve distributed with coalesced calls, and removing synchronization points. Add new TensorAverager that also eliminates sync points when averaging metrics. Add support for using a TensorAverager in the LogProgressBar to also avoid sync points unless when actually logging. Use weakrefs in AttributeWrapper to avoid creating cycles.

[0.0.3]

Fix wandb audio logging

[0.0.2] - 2023-05-24

Forgot to add MANIFEST.in so 0.01 was broken...

[0.0.1] - 2023-05-23

Initial release.

Added broadcast for any object type.