↓ 1 callersMethodcompute_superres_filterparams(self, up_factor, img_resolution, last_stem_layer, head_layers, num_critical=2)
training/networks_stylegan3_resetting.py:697
↓ 1 callersFunctiondraw_rect(*, pos=0, pos2=None, size=None, align=0, rint=False, color=1, alpha=1, rounding=0)
gui_utils/gl_utils.py:335
↓ 1 callersFunctiongen_interp_video(G, mp4: str, seeds, shuffle_seed=None, w_frames=60*4, kind='cubic', grid_dims=(1,1), num_keyframes=None, wrap
gen_video.py:47
↓ 1 callersMethodinit_upfirdn(self, in_sampling_rate, out_sampling_rate, in_cutoff, out_cutoff,
in_half_width, out_hal
training/networks_stylegan3_resetting.py:348
↓ 1 callersFunctionmodulated_conv2d(
x, # Input tensor: [batch_size, in_channels, in_height, in_width]
w,
training/networks_stylegan3.py:29
↓ 1 callersFunctionmodulated_conv2d(
x, # Input tensor: [batch_size, in_channels, in_height, in_width]
w,
training/networks_stylegan3_resetting.py:32
↓ 1 callersFunctionroll_quadrants Shift low frequencies to the center of fourier transform, i.e. [-N/2, ..., +N/2] -> [0, ..., N-1] Args: data: fourier transform, (NxH
torch_utils/utils_spectrum.py:5