wavefrontshaping / complexPyTorch

A high-level toolbox for using complex valued neural networks in PyTorch
MIT License
623 stars 148 forks source link

Fix typo in ComplexDropout forward method #33

Closed AriaSar closed 1 month ago

AriaSar commented 10 months ago

I've identified and fixed a small typo in the forward method of the ComplexDropout class in complexLayers.py/ComplexDropout method. This typo could potentially cause a runtime error.