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
The following is a link to a blog post that explains Justin's code and how it (properly) implements the Gatys paper "A Neural Algorithm of Artistic Style". In particular, the ContentLoss:updateOutput, ContentLoss:updateGradInput, StyleLoss:updateOutput, StyleLoss:updateGradInput, and TVLoss:updateGradInput methods are explained and shown to match what is in the Gatys paper.
The following is a link to a blog post that explains Justin's code and how it (properly) implements the Gatys paper "A Neural Algorithm of Artistic Style". In particular, the ContentLoss:updateOutput, ContentLoss:updateGradInput, StyleLoss:updateOutput, StyleLoss:updateGradInput, and TVLoss:updateGradInput methods are explained and shown to match what is in the Gatys paper.
Justin Johnson's Neural Style Torch Implementation Explained
Kudos to Justin for a great torch implementation.
The text was updated successfully, but these errors were encountered: