-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Hi this isn't an issue, just a question #41
Comments
Unfortunately torch does not officially support Windows and probably won't in the foreseeable future; see torch/torch7#150. It seems that some brave souls have gotten torch to run on Windows but it looks pretty difficult; there is some information here: https://groups.google.com/forum/#!searchin/torch7/windows/torch7/A5XUU4u9Tjw/yvSJCBuLj4oJ Honestly your best bet is probably either to dual-boot or run a VM with some flavor of Linux. |
thank you. |
Okay I first I tried Fedora but it didn't work for me so I tried Ubuntu and it worked. |
or if you could tell me what i should search for in short phrases so i could start googling on what to do in steps in order to run your code. That would be great. thanks again. |
Try the installation instructions here: https://github.com/jcjohnson/neural-style/blob/master/INSTALL.md |
sweet thanks. |
I tried running it and after 40 minutes it still hangs on the "Running optimization with L-BFGS" line tran@tran-ubuntu:~/neural-style$ th neural_style.lua -gpu -1 -print_iter -1 -style_image ../Desktop/japanese.jpg -content_image ../Desktop/index.jpeg |
My guess is that you are spilling over your physical memory and swapping to disk, making it very slow as discussed in #21. Try reducing the image size: |
just wondering if you know that your code/project is used on this site (they credited you at bottom). |
Yeah I saw that - it's a cool application! |
I have never worked with Lua or GitHub before.
I just ran into your README file and extremely interested in this after seeing results from images.
From the README I am guessing you've written instructions for linux.
I have a Windows 10 laptop.
Can you instruct me (step-by-step) or point me in the right direction to tutorials on how to set this up on my machine so i can run on images.
Thanks.
So far I just got Lua for Windows installed an unsure what to do next.
The text was updated successfully, but these errors were encountered: