timsainb / tensorflow2-generative-models

Implementations of a number of generative models in Tensorflow 2. GAN, VAE, Seq2Seq, VAEGAN, GAIA, Spectrogram Inversion. Everything is self contained in a jupyter notebook for easy export to colab.
996 stars 187 forks source link

GPU not being used #15

Closed Matesanz closed 4 years ago

Matesanz commented 4 years ago

*This is not an issue

Hello Tim, first of all I would like to thank you for your work.

I've notice that the 3.0 Fashion GAN is not running on my GPU (1080 TI). Does it runs on yours?

Nice Regards.