AttnGAN
AttnGAN copied to clipboard
Out of memory - 1060 6GB while Sampling
RuntimeError: CUDA error: out of memory
I am running sampling for birds model (python main.py --cfg cfg/eval_bird.yml --gpu 0)
Change the batch size defined in cfg/eval_bird.yml.
Updated parameters :
TRAIN:
FLAG: True
BATCH_SIZE: 16
Change the batch size defined in cfg/eval_bird.yml.
Updated parameters :
TRAIN: FLAG: True BATCH_SIZE: 16
should I set flag true? Does it means I need to retrain the nerwork? but I just need to running a sample
Change the batch size defined in cfg/eval_bird.yml. Updated parameters :
TRAIN: FLAG: True BATCH_SIZE: 16
should I set flag true? Does it means I need to retrain the nerwork? but I just need to running a sample
Should I set it as true? Same question
RuntimeError: CUDA error: out of memory
I am running sampling for birds model (python main.py --cfg cfg/eval_bird.yml --gpu 0)
Did you solve it?