Skip to content

Fixing hooks & hparams

Compare
Choose a tag to compare
@williamFalcon williamFalcon released this 19 Jun 06:44
· 8252 commits to master since this release
2fbc997

Overview

Fixing critical bugs in newly added hooks and hparams assignment.
The recommended data following:

  1. use prepare_data to download and process the dataset.
  2. use setup to do splits, and build your model internals

Detail changes

  • Fixed the load_from_checkpoint path detected as URL bug (#2244)
  • Fixed hooks - added barrier (#2245, #2257, #2260)
  • Fixed hparams - remove frame inspection on self.hparams (#2253)
  • Fixed setup and on fit calls (#2252)
  • Fixed GPU template (#2255)