tamarott / SinGAN

Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
https://tamarott.github.io/SinGAN.htm
Other
3.29k stars 608 forks source link

error=11 : invalid argument #139

Open YaoMeng01 opened 3 years ago

YaoMeng01 commented 3 years ago

when training random_samples.py, I also meet the problem, could you please help me. THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1544176307774/work/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument

tamarott commented 3 years ago

seems like a problem with your CUDA drivers, not with the code