Jeshua Lacock
Jeshua Lacock
Thanks for the suggestion. I have tried that with interesting results, but compared to the low resolution (highly abstract) image, a lot of detail is added which takes away from...
Thanks for the tip. Can that be done with the architecture argument, or does the source code need to be modified?
Thank you very much, I'll give that a try!
Yeah, seems around 256 usually gives the best results for the style image.
-arch c21s1-32,d64,d128,R128,R128,R128,R128,R128,u64,u32,c9s1-3 doesn't work. Any value other than c9s1 seems to generate this error: bin/luajit: lua/5.1/nn/Module.lua:252: Torch object, table, thread, cdata or function expected stack traceback: [C]: in function 'pointer'...
I am attempting to trouble shoot the issue the best I can, and interestingly, I get the identical (unexpected) results if I comment out line 54 of `fast_neural_style.lua` If I...
I just tried manually importing `candy.t7` and running `evaluate()` gives me an error message that evaluate is a nil value. If I run `evaluate()` on a test net created in...
I tried using an AWS image configured for Torch and everything worked as expected. So I archived the torch directory and copied to my machine then ran the install script,...
Quite possibly; all my models have instance normalization enabled, so I didn't even try without it.
Thanks, I had not seen that. I can't run CUDA 7.5 because my GPU is not supported before 8.0. But I might try the update script mentioned. Sorry I can't...