aelnouby / Text-to-Image-Synthesis

Pytorch implementation of Generative Adversarial Text-to-Image Synthesis paper
GNU General Public License v3.0
405 stars 89 forks source link

Can you run this without nvidia? #24

Closed pdeperth closed 5 years ago

pdeperth commented 5 years ago

I've tried to run your code but it required nvidia and I don't have a nvidia graphic card ; can this work with other types of GPU? Thanks

pdeperth commented 5 years ago

Found a way to make it run on CPU removing the .cuda functions.