Skip to content

Releases: wavefrontshaping/complexPyTorch

0.2.1

Choose a tag to compare

@wavefrontshaping wavefrontshaping released this 15 Feb 21:33

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

0.2

0.2

Choose a tag to compare

@wavefrontshaping wavefrontshaping released this 26 Jan 14:31

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

Choose a tag to compare

@wavefrontshaping wavefrontshaping released this 21 Jan 10:01
0.1

fix memory leak with torch.nograd()