Sudo-Biao / s-LWSR

s-LWSR: A Super Lightweight Super-Resolution Network
MIT License
36 stars 5 forks source link

Activation Removal #5

Open Xuyang-FD opened 2 years ago

Xuyang-FD commented 2 years ago

How to control degrees of activation removal in this code?

Sudo-Biao commented 2 years ago

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.

Xuyang-FD commented 2 years ago

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