wavefrontshaping / complexPyTorch

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

Fix the complex_upsample2 in complexFunctions.py #25

Closed Tomodda closed 1 year ago

Tomodda commented 1 year ago

Fix the function of complex_upsample2 in complexFunction by replcacing 'angle' by 'outp_angle', an error would be raised when calling this function otherwise.