Functioncompute_ppl(opts, num_samples, epsilon, space, sampling, crop, batch_size, jit=False)
metrics/perceptual_path_length.py:95
Functionconv2d(input, weight, bias=None, stride=1, padding=0, dilation=1, groups=1)
torch_utils/ops/conv2d_gradfix.py:35
Functionconv_transpose2d(input, weight, bias=None, stride=1, padding=0, output_padding=0, groups=1, dilation=1)
torch_utils/ops/conv2d_gradfix.py:40
Methodforward(self, z, c, truncation_psi=1, truncation_cutoff=None, skip_w_avg_update=False)
training/networks_Generator.py:329
Methodforward(self, z, c, truncation_psi=1, truncation_cutoff=None, epoch=None, **synthesis_kwargs)
training/networks_Generator.py:616
Methodforward(self, z, c, truncation_psi=1, truncation_cutoff=None, skip_w_avg_update=False)
training/networks_Discriminator.py:67
Functionmodulated_mlp(x, fc1_weight, fc2_weight, u_weight, activation, mlp_ratio, mlp_drop, styles)
training/networks_Generator.py:23