DeokyunKim / Progressive-Face-Super-Resolution

Official Pytorch Implementation of Progressive Face Super-Resolution (BMVC 2019 Accepted)
260 stars 60 forks source link

THCudaCheck FAIL #22

Open alessiapacca opened 3 years ago

alessiapacca commented 3 years ago

I tried to run the single-image demonstration on one image, using pytorch 1.0.0 and cud 10.0, but it gives me this output:

pre-trained model is loaded step:3, alpha:1 iteration:80000
THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1544174967633/work/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument

I mean, I am using pytorch 1.0.0 as you are, so I don't see where the problem could be. Any idea?

DeokyunKim commented 3 years ago

Hi, alessiapacca. Thanks for your interest out work.

Please refer the link.