pytorch/examples
View on GitHubIs total variation loss necessary in fast_neural_style?
Open
#278 opened on Jan 3, 2018
good first issuequestion
Repository metrics
- Stars
- (21,634 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I notice that there is no total variation loss regularization implemented in the example of fast_neural_style. But the paper declared it and their torch version use it. I'm wondering if total variation loss is necessary or not in style transfer.