kaishengtai / neuralart

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

Total variation backprop #29

Open twerdster opened 7 years ago

twerdster commented 7 years ago

Hi, Can you describe how you achieved your total variation gradient calculation here? I computed it analytically and obtained the same terms but with different factors. You can see my calculation here. Thanks!