You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
fc6: 1 1 25088 4096
fc7: 1 1 4096 4096
fc8: 1 1 4096 1000
Running optimization with L-BFGS
Iteration 1 / 1000
Total loss: 0.000000
<optim.lbfgs> creating recyclable direction/step/history buffers
Iteration 2 / 1000
Total loss: 0.000000
<optim.lbfgs> function value changing less than tolX
It appears that for some reason no content and style layers are selected.
With lbfgs, I'm getting no output image and termination after just 2 iterations.
My command-line is:
th neural_style.lua -style_image examples/inputs/starry_night.jpg -content_image examples/inputs/hoovertowernight.jpg -gpu -1 -print_iter 1
Here's the console output:
If I switch to adam, I get all 1000 iterations, each with
Total loss: 0.000000
afterward and this image as output:Am I doing something wrong?
The text was updated successfully, but these errors were encountered: