njulj / RFDN

Residual Feature Distillation Network for Lightweight Image Super-Resolution
MIT License
354 stars 43 forks source link

distillation_rate is not used in class RFDB(nn.Module),how to change the distillation rate in the experiment? #2

Closed liuweiyy closed 3 years ago

njulj commented 3 years ago

You can set the channel numbers of self.dc according to the distillation rate. In our code, we fixed the distillation rate at 0.5

liuweiyy commented 3 years ago

You can set the channel numbers of self.dc according to the distillation rate. In our code, we fixed the distillation rate at 0.5

thank you