Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: inferno-pytorch/inferno

Support for mixed precision training

15 Feb 14:24
8e055b0
Compare
Choose a tag to compare

Add support for mixed precision training via nvidia's apex library.

Bugfixes

14 Feb 14:04
76773dd
Compare
Choose a tag to compare
Merge pull request #192 from inferno-pytorch/fix-setup-requirements

fix setup.py requirements

Remove variable

06 Jul 10:48
Compare
Choose a tag to compare

Remove deprecated pytorch constructs like Variable and volatile.
This breaks compatibility with pytorch < 0.4.

Also fixes some bugs:

  • Remove deprecated scipy.imsave
  • Fix import in setup.py

Some bugfixes

06 Jun 11:03
Compare
Choose a tag to compare

Fixes the following issues:

  • Invalid default values in TensorboardLogger
  • Delayed Keyboard interrupt not in main thread
  • Use of deprecated scipy.misc.imsave

Additional functionality and bugfixes

26 Feb 14:14
50fa978
Compare
Choose a tag to compare

New functionality:

  • gradient logging callback
  • minimal logging callback
  • flexible number of channels in U-Net
  • more noise transforms

Bugfixes:

  • Multi-channel hdf5 loader
  • Sum layer

Support networkx 2

25 Dec 12:18
002cbe6
Compare
Choose a tag to compare

Adds support for networkx >= 2

Support for pytorch 1.0

19 Dec 20:51
Compare
Choose a tag to compare

New release, supports pytorch >=0.3;<=1.0.
This will be the last release supporting pytorch 0.3.
Additional changes:

  • fix unittest and activate unittests in travis
  • fix support for tensorboardx 1.14

and more small additions

v0.2.0: Merge pull request #136 from inferno-pytorch/super-dev

18 Sep 15:15
5493e9e
Compare
Choose a tag to compare

New release includes:

  • support for pytorch 0.4.1 and legacy support up to 0.3
  • models with u-net implementation
  • tensorboard integration supports histograms
  • package on conda-forge
  • many bugfixes

First tentative pre-release

28 Aug 10:57
Compare
Choose a tag to compare
Pre-release
v0.1.7

Update setup.cfg