Changelog
v0.4
- Fixed issues with
target
attribute andresnet_forward
crash with GNU - Updated
container.py
to work with more recent compilers - PyTorch 1.12 may suffer from an issue described here: pytorch/pytorch#68876 You should update to 1.13 if you see a compilation error similar to this one
fatal error: torch/csrc/generic/Storage.h: No such file or directory
- Now the commits will go directly to the
main
branch instead ofvX.X
and we will use tags instead