Skip to content

Releases: SimonLarsen/frogbox

0.5.2c

01 Mar 13:10
4e46132
Compare
Choose a tag to compare
  • Fix NaN metric checkpoints taking priority over non-NaN ones.
  • Upgrade deprecated Github actions.

0.5.2b

16 Jan 08:39
Compare
Choose a tag to compare
  • Fix bug in image logger when x, y or y_pred is not a tensor.
  • Add short section on metrics to docs.

0.5.2

10 Jan 08:40
Compare
Choose a tag to compare
  • Add better support for custom data loaders.
  • Make "val" dataset optional in SupervisedPipeline and GANPipeline. Model validation is skipped when not provided.

0.5.1

07 Jan 12:08
Compare
Choose a tag to compare
  • Add logging of learning rate to supervised and GAN pipelines.
  • Forbid extra fields in configs.
  • Add additional meta field to Config class to allow additional information.
  • Fix wrong total_iters value when creating linear LR scheduler.

0.5.0

16 Dec 14:50
329abd9
Compare
Choose a tag to compare

This release removes PyTorch Ignite as a dependency and replaces it with a custom engine/event system.

This change was made due to conflicts between Ignite and Accelerate.

Some features have not yet been ported over from 0.3.x/0.4.x.

0.4.0.dev2

09 Dec 13:09
Compare
Choose a tag to compare
0.4.0.dev2 Pre-release
Pre-release
  • Fixed bug when loading checkpoint with --checkpoint-keys argument.

0.4.0.dev1

04 Dec 08:58
Compare
Choose a tag to compare
0.4.0.dev1 Pre-release
Pre-release
  • Integrated Accelerate
  • Added name generation to avoid reliance on wandb
  • Misc. bug fixes

0.3.3

27 Jun 13:27
Compare
Choose a tag to compare
  • Fix bug in gradient accumulation.
  • Simplify W&B logging in pipelines.
  • Tweak GAN example config.
  • Misc. updates to docs.

0.3.2

24 Jun 07:41
Compare
Choose a tag to compare
  • Fixed bug where LR schedulers would have too short cycle length.
  • Added explicit type cast of configs in template training scripts.

v0.3.1

05 Jun 13:10
Compare
Choose a tag to compare
  • Added GAN training pipeline.