Releases: szymonmaszke/torchlayers
Releases · szymonmaszke/torchlayers
Release 0.1.1
This is a minor change before first release targeted towards wider audience.
Improvements
torchlayers.Infer
class is nowtorchlayers.infer
function and shouldn't be used as decorator as it destroystorch.build
due topickle
error (see this issue for example).
Now, it should be used as a function as described inREADME.md
.- Removed support of
Python 3.6
astorchlayers
relies on3.7
module wide__getattr__
and__dir__
Initial 0.1.0 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.