- GRU Cell and BN-GRU Cell layers (#11)
- Sigmoid functions/layers (#11)
- Tanh functions/layers (#11)
- Corrected BatchNorm1d tensor size issue
- Correct bug causing ComplexBatchNorm to fail in eval mode
- Correct behaviour of ComplexBatchNorm for track_running_stats=False
- ComplexAvgPool2d
Requires Pytorch version >= 1.7
- Use complex64 tensors now supported by Pytorch version >= 1.7
Initial release
- Correct memory leak with torch.nograd()