Releases: szymonmaszke/torchlayers
Releases · szymonmaszke/torchlayers
Release 0.1.1
This is a minor change before first release targeted towards wider audience.
Improvements
torchlayers.Inferclass is nowtorchlayers.inferfunction and shouldn't be used as decorator as it destroystorch.builddue topickleerror (see this issue for example).
Now, it should be used as a function as described inREADME.md.- Removed support of
Python 3.6astorchlayersrelies on3.7module 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.