geyuying/PF-AFN

Test using CPU

bondbenz opened this issue ยท 4 comments

Hello , i want to test the pretrained model using only CPU but asking always for cuda even that I disabled cuda device.

@bondbenz, If i'm not wrong, you can't test on cpu cause the matrix is used to calucate it's not numpy , so it's require cupy and cupy needs gpu to performe calculation ๐Ÿ‘๐Ÿพ

Oh shoot thats bad , i tried to replace cuda and cupy and load model using cpu but still nothing keep getting cuda device unavailable.

@bondbenz cupy is intregated with cuda itself for some corelation loss or something . try with a gpu โœŒ๐Ÿพ
you may close the issue now

Thank you for your replies