-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making GPU works #27
Comments
I seems to have issue with memory. [py27] C:\Users\Jimmy\style-transfer-master>python style.py -s C:\Users\Jimmy\s Is there option to make the image smaller? |
Still running out of memory with small image... [py27] C:_PYTOOLS\chainer-master>python
|
Apparently it's the error of RAM out of memory. Somewhat I can only process image under 400 pixels. Weird. Because I tried "deepdream-windows-cuda_v75_nocudnn" and can process big image up to 1280 x 720. Any idea how to increase the GPU memory? Or can we make it somewhat so CPU and GPU are used together? |
I also have this "entropy source" warning I don't know what it means. |
That's it. The error information occurs when GPU runs out of memory. Trying to use image with low resolution can avoid this. |
Previously, I have the blob thing issue, but resolved after changing that line.
But I cannot make the GPU working.
[py27] C:\Users\Jimmy\style-transfer-master>python style.py -s C:\Users\Jimmy\st
yle-transfer-master\images\style\starry_night.jpg -c C:\Users\Jimmy\style-transf
er-master\images\content\blackdog.jpg -m VGG16 -g 1
style.py:main:11:46:43.924 -- Starting style transfer.
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0406 11:46:43.947576 25172 common.cpp:145] Check failed: error == cudaSuccess (
10 vs. 0) invalid device ordinal
*** Check failure stack trace: ***
The text was updated successfully, but these errors were encountered: