Skip to content

Version v0.4

Latest
Compare
Choose a tag to compare
@alexeedm alexeedm released this 20 Apr 22:34
· 4 commits to main since this release

Changelog

v0.4

  • Fixed issues with target attribute and resnet_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 of vX.X and we will use tags instead