Sudo-Biao / s-LWSR

s-LWSR: A Super Lightweight Super-Resolution Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Activation Removal

Xuyang-FD opened this issue · comments

How to control degrees of activation removal in this code?

commented

The removing of activation is organized in the model part. Since the model is organized like LEGO, the activation can be set to be false to restrain its using.

Set relu's inplace parameter to false to disable relu?