PD-Denoising-pytorch
PD-Denoising-pytorch copied to clipboard
for cpu
can you please let me know how to test the model on cpu because it asks for a gpu everytime i run the script
Thanks for your question. This is a very old codebase and the pyTorch is also old. I am not sure whether it will work, but a simple solution would be removing all the .cuda() in the code to start?
Thanks for the response, let me check and i will let you know.
I got it to work by removing data parallelism line and doing some other modifications in the main.py and removing all the .cuda() lines in other code. The results were amazing. Thanks