You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,15 @@ Members:
78
78
79
79
## Changelog
80
80
81
+
### v0.4
82
+
* Fixed issues with `target` attribute and `resnet_forward` crash with GNU
83
+
* Updated `container.py` to work with more recent compilers
84
+
* PyTorch 1.12 may suffer from an issue described here: https://github.com/pytorch/pytorch/issues/68876 You should update to 1.13 if you see a compilation error similar to this one
85
+
```
86
+
fatal error: torch/csrc/generic/Storage.h: No such file or directory
87
+
```
88
+
* Now the commits will go directly to the `main` branch instead of `vX.X` and we will use tags instead
89
+
81
90
### v0.3
82
91
* Changed interface: `forward` and `train` routines now accept `torch_tensor_wrap` instead of just `torch_tensor`. This allows a user to add multiple inputs consisting of tensors of different size and scalar values
83
92
* Fixed possible small memory leaks due to tensor handles
0 commit comments