pytorch/examples

Is total variation loss necessary in fast_neural_style?

开放

#278 创建于 2018年1月3日

 (0 条评论) (1 个反应) (0 位负责人)Python (9,429 个派生)batch import
good first issuequestion

仓库指标

星标
 (21,634 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南