Skip to content

v1.1.0

Compare
Choose a tag to compare
@ashleve ashleve released this 28 Sep 18:12
· 207 commits to main since this release
86f30fb
  • introduce different running modes: default, debug, experiment
  • fix pytorch installation in setup_conda.sh
  • fix incorrect calculation of precision, recall and f1 score in wandb callback
  • add _self_ to config.yaml for compatibility with hydra1.1
  • fix setting seed in train.py so it's skipped when seed=null
  • add exception message when trying to use wandb callbacks with trainer.fast_dev_run=true
  • change axis=-1 to dim=-1 in LogImagePredictions callback
  • add 'Reproducibilty' section to README.md
  • UploadCodeAsArtifact: now uploads all files that are not ignored by git instead of all *.py files.
  • UploadCheckpointsAsArtifact: now uses experiment.log_artifact(ckpts) and uploads also on keyboard interrupt