valeoai / RADIal

147 stars 50 forks source link

Complex Valued Neural Networks? #22

Closed unfazing closed 1 year ago

unfazing commented 2 years ago

Hello, I recently came across complex valued neural networks and would like to inquire if the FFTRadNet model uses complex weights and biases or does it just take in complex data and process the real and imaginary numbers as separately as real inputs?

jrebut commented 1 year ago

Hi,

the current implementation does use complex conv, it just stack the real and imag part together. We did some test initially with complex conv, but we did not noticed better results