Closed kld123509945 closed 4 years ago
If you want use GPU for evaluating, add --allow-gpu
flag to command. The error message without that flag is normal , because DeepDanbooru uses force CPU mode by default.
If you want use GPU for evaluating, add
--allow-gpu
flag to command. The error message without that flag is normal , because DeepDanbooru uses force CPU mode by default.
Thanks for your detailed instructions!
Hi, @KichangKim in your sample code: https://colab.research.google.com/drive/1BOSYlrWzBHI60NCZF18PIdmwVgsy2tCT I notice that when I'm evaluating the images, the evaluate code will inform me as:
And the code I'm running is on GPU mode:
So does this mean that the evaluate.py is running without CUDA? So could I open CUDA on colab when I'm running it? Many thanks!