ResGAN
ResGAN copied to clipboard
TensorFlow implementation with WGAN
Everything is so much nicer in TensorFlow. No CPU/GPU memory swapping for FFTs, for example.
Stay tuned.
when I run the projec,it shows errors:('cannt convert tensor to tensortype') model.py line 37 in theano_fft frame=T.set_subtensor(frame[:,:400],x_win) i confused so much. please help me to figure it out. thank you so so much.
That's probably some issue with old Theano versions, which I'd rather get rid of entirely. I'm now testing a Keras + Tensorflow version for the code, and that will probably remove your problem.
I'll try to push the fix later today. Thanks for the reminder.
The Tensorflow FFT is now in the repo and all Theano requirements have been removed.