Jifan Li
Results
2
issues of
Jifan Li
in the line 127 : "gru_output = F.dropout(gru_output, training=self.training)" , the " F.dropout" is better to be changed to "nn.Dropout". The dropout module nn.Dropout conveniently handles this and shuts dropout...
hello, when using the model in face restoration, the eye color change. Do you have any suggestion to solve this problem?