Open duhaime opened 6 years ago
Hey thanks! All the results were generated using a Titan gpu (12GB memory) with resolution 700^2. I looked up the P4000 and it has 8GB memory. Could you try decreasing the image size to 500^2 or something?
When changing the image size you also have to change it in gen_all.py in two places: -image_size 700
vim gen_all.py
find -image_size 700
, there are two places have this sentence, replace it with-image_size 500
or -image_size 300
I useI7-6700HQ 12G Geforce 950M 4G memory
, when I use 500, the memory of GPU is 3920MiB / 4046MiB
, but it's too slow, 300 is a better choice for me.
Thanks for this project
would it be at all possible to use multiple gpus? I tried adjusting "-gpu 0,1" like I can do with neural-style, but I received an error about it
Thanks very much for this inspiring work. I'm trying to run this on an NVIDIA Quadro P4000 and am getting:
Do you have any pointers on how one might go about resolving an OOM result like this?