You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: