jiupinjia / stylized-neural-painting

Official Pytorch implementation of the preprint paper "Stylized Neural Painting", in CVPR 2021.

Home Page:https://jiupinjia.github.io/neuralpainter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run without NVIDIA Driver?

20ben opened this issue · comments

commented

Would there be any way to run the program without a NVIDIA Driver and NVIDIA GPU?

Hi @ultramyslixs, thanks for your question. We strongly recommend running on a GPU machine since the computation would be heavy for CPUs. But anyway, I will be fixing this problem and make it compatible with a CPU machine tonight. I will let you know when it's ready to use.

commented

Ok, thank you!

Hi @ultramyslixs, PyTorch-CPU mode is now supported! You can try out on your local machine without any GPU cards. But please note that you still need PyTorch installed if you run on CPU mode. You can simply follow the instructions in the README file and the code will automatically detect whether there will be any GPU cards available. If there is no GPU, the code will run on the CPU automaticlly.

Hi @ultramyslixs, I have made a minor update on the adjustable display window size. You can try again and adjust the window size as you want.

commented

thank you so much!