anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.51k forks source link

Higher resolution ideas #135

Closed surferek closed 5 years ago

surferek commented 5 years ago

Hello,

I've tried to create image with input content of size 3200x2600 pix and it returned me error that I have not enough memory on my GPU. So I have question what type of graphic card or how much GPU memory I would need to compute imag of that size?

anishathalye commented 5 years ago

That's a large image. This may not be the right algorithm for you. You could try to split the model between GPUs (#91) or implement some kind of swapping, but that seems pretty high effort. Another idea is to try https://github.com/lengstrom/fast-style-transfer.

surferek commented 5 years ago

Thanks! It seems that my gpu cart is too weak, I will try another solutions also with fast-style-transfer. Thanks for help and quick reply! :)