ChihebTrabelsi / deep_complex_networks

Implementation related to the Deep Complex Networks
MIT License
715 stars 280 forks source link

Theano framework migrates to TensorFlow #12

Open WangNuoWa opened 6 years ago

WangNuoWa commented 6 years ago

Hi ChihebTrabelsi, I would like to do further work on the basis of your work, that is, want to embed the deep complex network into DCGAN (Deep Convolutional Generative Adversarial Networks), but DCGAN is implemented with tensorflow, and your complex network is using theano as k programms, and use theano.tensor.fft module to achieve Batched 1-D FFT, Batched 1-D IFFT, Batched 2-D FFT, Batched 2-D IFFT. Now I want to migrate your code to TensorFlow framework, how to use tf.fft, tf.fft2d achieve the same function. Hope to get your help? I will be grateful, thank you!

HadarS commented 6 years ago

Hi, have you manged to migrate this code to TensorFlow? That would also help me a lot.

Thanks