kaishengtai / neuralart

An implementation of the paper 'A Neural Algorithm of Artistic Style'.
MIT License
2.41k stars 353 forks source link

SGD optimizer breaks after updates #12

Closed gongenhao closed 9 years ago

gongenhao commented 9 years ago

Optimization result turns to be all zero after second iteration.

kaishengtai commented 9 years ago

Thanks for pointing out this issue. Fixed by reducing the learning rate for SGD with VGG.