Skip to content

Releases: wavefrontshaping/complexPyTorch

0.2.1

15 Feb 21:33
Compare
Choose a tag to compare

Correct bug causing ComplexBatchNorm to fail in eval mode.
Correct behaviour of ComplexBatchNorm for track_running_stats=False.
Add ComplexAvgPool2d.

0.2

26 Jan 14:31
Compare
Choose a tag to compare
0.2

Use complex64 tensor.
As most operations are still not implemented, complexPyTorch 0.2 adds support for basic ANN layers.
Requires Pytorch version >= 1.7

Initial version

21 Jan 10:01
Compare
Choose a tag to compare
0.1

fix memory leak with torch.nograd()