Skip to content

v2.7.11

Compare
Choose a tag to compare
@jph00 jph00 released this 15 Feb 02:47
· 134 commits to master since this release

New Features

Bugs Squashed

  • Set DataLoaders device if not None and to exists (#3873), thanks to @warner-benjamin
  • Fix default_device to correctly detect + use mps (Apple Silicon) (#3858), thanks to @wolever
  • Fix load hanging in distributed processes (#3839), thanks to @muellerzr
  • default_device logic is repeated twice, related to mps / OSX support. (#3785)
  • revert auto-enable of mac mps due to pytorch limitations (#3769)
  • Fix Classification Interpretation (#3563), thanks to @warner-benjamin
  • vision tutorial failed at learner.fine_tune(1) (#3283)