We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4a6f7 commit 3a64068Copy full SHA for 3a64068
1 file changed
CHANGELOG.md
@@ -0,0 +1,31 @@
1
+## 0.4
2
+
3
+### Fixed
4
5
+* Corrected BatchNorm1d tensor size issue
6
7
+## 0.3
8
9
+## 0.2.1
10
11
12
+* Correct bug causing ComplexBatchNorm to fail in eval mode
13
+* Correct behaviour of ComplexBatchNorm for track_running_stats=False
14
15
+### Added
16
+* ComplexAvgPool2d
17
18
+## 0.2
19
20
+Requires Pytorch version >= 1.7
21
22
+### Changed
23
+* Use complex64 tensors now supported by Pytorch version >= 1.7
24
25
26
+## 0.1
27
28
+Initial release
29
30
31
+* Correct memory leak with torch.nograd()
0 commit comments