↓ 6 callersMethodsub(self, tag=None, num_items=None, flush_interval=1000, rel_lo=0, rel_hi=1)
lib/evaluator/stylegan_metrics/metric_utils.py:184
↓ 6 callersMethodzipzap_arrange Order the data so it range like this: input [[0, 2, 4, 6], [1, 3, 5, 7]] -> output [0, 1, 2, 3, 4, 5, ...]
lib/evaluator/eva_base.py:184
↓ 4 callersFunction_conv2d_gradfix(transpose, weight_shape, stride, padding, output_padding, dilation, groups)
torch_utils/ops/conv2d_gradfix.py:68
↓ 2 callersMethodaccumulate_gradients(self, phase, real_img, real_c, gen_z, gen_c, sync, gain)
lib/experiments/loss.py:20
↓ 2 callersFunctionsetup_filter(f, device=torch.device('cpu'), normalize=True, flip_filter=False, gain=1, separable=None)
lib/model_zoo/migan_inference.py:31
↓ 1 callersFunctionRandomBrush(
max_tries,
s,
min_num_vertex=4,
max_num_vertex=18,
mean_angle=2*math.pi / 5,
a
lib/data_factory/ds_ffhq.py:148
↓ 1 callersFunctionRandomBrush(
max_tries,
s,
min_num_vertex=4,
max_num_vertex=18,
mean_angle=2*math.pi / 5,
angle_r
scripts/generate_masks.py:16
↓ 1 callersFunctionRandomBrush(
max_tries,
s,
min_num_vertex=4,
max_num_vertex=18,
mean_angle=2*math.pi / 5,
angle_r
scripts/evaluate_fid_lpips.py:44