Skip to content

Releases: szymonmaszke/torchlayers

Release 0.1.1

27 Mar 22:10
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release

This is a minor change before first release targeted towards wider audience.

Improvements

  • torchlayers.Infer class is now torchlayers.infer function and shouldn't be used as decorator as it destroys torch.build due to pickle error (see this issue for example).
    Now, it should be used as a function as described in README.md.
  • Removed support of Python 3.6 as torchlayers relies on 3.7 module wide __getattr__ and __dir__

Initial 0.1.0 Release

16 Mar 16:24
Compare
Choose a tag to compare
Initial 0.1.0 Release Pre-release
Pre-release

This is initial release of torchlayers, project should be considered as being in alpha stage.

See README.md to get a grip on what this library does.

See documentation for in-depth description of provided layers & functionalities.