pypi pytorch-lightning 0.8.1
Fixing hooks & hparams

latest releases: 2.2.4, 2.2.3, 2.2.2...
3 years ago

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)

Don't miss a new pytorch-lightning release

NewReleases is sending notifications on new releases.