naoto0804 / pytorch-inpainting-with-partial-conv

Unofficial pytorch implementation of 'Image Inpainting for Irregular Holes Using Partial Convolutions' [Liu+, ECCV2018]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

版本不匹配

01SHENyankun opened this issue · comments

6BM03@IL3@DVT_MYZD)ZVKL

My torch is 0.4.1, CUDA is 9.0 and Python is 3.7, but I have encountered the above problems. Please give me some advice

I'm sorry but this seems to be a common issue using PyTorch. Someone may find the solution in the Web.
At least, please check if cuda is actually available from the program by torch.cuda.is_available().
I guess the issue might be the version mismatch, but not sure.