pytorch-neural-style-transfer icon indicating copy to clipboard operation
pytorch-neural-style-transfer copied to clipboard

The Meaning of Total Variation Loss

Open Xinyu-Li-123 opened this issue 3 years ago • 0 comments

I found an explanation of the total variation loss from the tutorial on the official website of TensorFlow. It says that total variation loss is a regularization term that can decrease the high-freqency artifacts of the output image. Neural Style Transfer, without total variation loss, tend to increase the high frequency components of the content image. Maybe we can add this to the Readme file

Xinyu-Li-123 avatar May 02 '22 19:05 Xinyu-Li-123