Skip to content

v0.3.2

Compare
Choose a tag to compare
@nmichlo nmichlo released this 22 Nov 12:21
· 330 commits to main since this release

Fixes

  • Fix FftKernel, accidentally forgot to freeze tensor weights.
  • Fix callbacks logging l1 instead of l2 distance
  • Fix callbacks failure if metrics are NaN
  • dsprites_imagenet macos prepare fix

Added

  • run_action=skip experiment action to just test if hydra is working.
  • VAEs now log the ratios between different loss terms.

Breaking

  • experiment.run.hydra_check_cuda renamed to hydra_get_gpus. Now returns an integer for the number of GPUs to use. Intended to be passed to a PyTorch Lightning Trainer.
  • Removed XYObjectData warning that things are now different