complexPyTorch icon indicating copy to clipboard operation
complexPyTorch copied to clipboard

fix memory leak + reformatting

Open kareem-metwaly opened this issue 2 years ago • 1 comments

This PR fixes the memory leak with ComplexBatchNorm1d (I added with torch.no_grad as it was missing)

  • reformatting the code to be more readable and less error-prone

kareem-metwaly avatar Jul 20 '22 00:07 kareem-metwaly

There were some merge conflicts that I have fixed

kareem-metwaly avatar Jul 20 '22 00:07 kareem-metwaly