Skip to content

Release 0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@szymonmaszke szymonmaszke released this 27 Mar 22:10
· 32 commits to master since this 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__