hanzhanggit / StackGAN-v2

MIT License
846 stars 190 forks source link

How to implement StackGAN-v2 without using CUDA #19

Open ErSKS opened 5 years ago

ErSKS commented 5 years ago

I am trying to implement your work without using CUDA, because I don't have GPU of NVIDIA but working in gaming PC with 32GB RAM.

akhilvasvani commented 5 years ago

just type python main.py --cfg cfg/birds_3stages.yml or whatever cfg file you want to use

jdesouza-ai commented 4 years ago

@akhilvasvani does this only work with training from scratch? If I want to use one the pretrained models do I need to be loading this on an environment with an NVIDA GPU and CUDA installed?