Method__init__(self,
xflip=0, rotate90=0, xint=0, xint_max=0.125,
scale=0, rotate=0, aniso=0, xfrac=0, scale
training/augment.py:125
Method__init__(self, *, title='GlfwWindow', window_width=1920, window_height=1080, deferred_show=True, close_on_esc=True)
gui_utils/glfw_window.py:19
Method__init__(self, *, image=None, width=None, height=None, channels=None, dtype=None, bilinear=True, mipmap=True)
gui_utils/gl_utils.py:131
Method__init__(self, *, texture=None, width=None, height=None, channels=None, dtype=None, msaa=0)
gui_utils/gl_utils.py:223
Methodaccumulate_gradients(self, phase, real_img, real_seg, real_c, gen_z, gen_c, gain, cur_nimg)
training/loss.py:98
Functioncompute_equivariance_metrics(opts, num_samples, batch_size, translate_max=0.125, rotate_max=1, compute_eqt_int=False, compute_eqt_frac=Fal
metrics/equivariance.py:194
Functioncompute_feature_stats_for_dataset(opts, detector_url, detector_kwargs, rel_lo=0, rel_hi=1, batch_size=64, data_loader_kwargs=None, max_items=No
metrics/metric_utils.py:200
Functioncompute_feature_stats_for_generator(opts, detector_url, detector_kwargs, rel_lo=0, rel_hi=1, batch_size=64, batch_gen=None, **stats_kwargs)
metrics/metric_utils.py:252
Functioncompute_ppl(opts, num_samples, epsilon, space, sampling, crop, batch_size)
metrics/perceptual_path_length.py:96
Functionconv2d(input, weight, bias=None, stride=1, padding=0, dilation=1, groups=1)
torch_utils/ops/conv2d_gradfix.py:37
Functionconv_transpose2d(input, weight, bias=None, stride=1, padding=0, output_padding=0, groups=1, dilation=1)
torch_utils/ops/conv2d_gradfix.py:42
Methoddraw(self, *, pos=0, zoom=1, align=0, rint=False, color=1, alpha=1, rounding=0)
gui_utils/gl_utils.py:194