andreas128 / SRFlow

Official SRFlow training code: Super-Resolution using Normalizing Flow in PyTorch
Other
824 stars 112 forks source link

Bug: RRDB not frozen for first half of the training #37

Open sarvghotra opened 3 years ago

sarvghotra commented 3 years ago

:bug:

The paper states that pre-trained RRDB is supposed to be frozen for the first half of the SR-Flow training. But according to the code, here and here, RRDB network is getting trained from the start.

image