wftang2020

Results 3 issues of wftang2020

hi tcwang: - if not self.opt.no_ganFeat_loss: - feat_weights = 4.0 / (self.opt.n_layers_D + 1) - D_weights = 1.0 / self.opt.num_D - for i in range(self.opt.num_D): - for j in range(len(pred_fake[i])-1):...

We found that the your stylegan2 network parameter name is inconsistent with the original stylegan2. If we change the network structure of the original Stylegan2 to be the same as...