pytorch/examples

Why there is no tanh activation at the end of TransformerNet?

Open

#570 创建于 2019年6月3日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (9,429 fork)batch import
good first issue

仓库指标

Star
 (21,634 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

In Fast Style Transfer, it seems like there is no tanh layer at the end of TransformerNet model. There is no gurantee that output values fti in certain range e.g. [0, 1] for PIL image.

Using only deconv is also valid? How does it work?

贡献者指南