-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Out of Memory #58
Comments
While the model was loading, i noticed that there are many conv-layers which have a 512 in them. Is this the imagesize it thinks, i have?
|
@superhirn No, that is the number of channels in the layer. |
I also have memory issues running the first example.
But then
I have a NVIDIA GeForce GTX 1060 6GB. Is there some configuration I have missed? EDIT: now I saw this issue #42 with other suggestions... checking it out... |
I came across this very interesting github project. I've been working around with jcjohnson's project a lot, but this seams promising too ;)
The only Problem is that i ran into the "out of memory" - problem...
This is my input:
th neuralstyle_seg.lua -content_image PersonalTest/face_man_eye.png -style_image PersonalTest/style.png -content_seg PersonalTest/black.png -style_seg PersonalTest/black.png -index 1 -num_iterations 100 -save_iter 25 -print_iter 1 -backend cudnn -gpu 0
and then this cames along:
The image size is by the way 100 x 100 pixels and i've a GTX 660, which should be fine with that.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: