harnvo
Results
1
comments of
harnvo
Here I offer a quick fix of this issue: ``` @torch.no_grad() def truncate_style(self, tensor, S, trunc_psi = 0.75): # S = self.GAN.S batch_size = self.batch_size latent_dim = self.GAN.G.latent_dim if not...