Timo De Waele
Results
1
comments of
Timo De Waele
@djsavic I have fixed it in the following way: First I took a deepcopy of the discriminator using the Python copy library `generator.train() encoder.train() generator.zero_grad() encoder.zero_grad() discriminator.zero_grad() optimizer_G.zero_grad() d_c =...