Methodaccumulate_gradients(
self,
phase,
real_img,
mask,
real_img_erased,
sync,
lib/experiments/loss.py:144
Methodaccumulate_gradients(self, phase, real_img, real_c, gen_z, gen_c, sync, gain)
lib/experiments/comodgan_loss.py:18
Methodaccumulate_gradients(self, phase, real_img, mask, real_img_erased, real_c, gen_z, gen_c, sync, gain)
lib/experiments/comodgan_loss.py:61
Functioncompute_feature_stats_for_dataset(opts, detector_url, detector_kwargs, rel_lo=0, rel_hi=1, batch_size=64, max_items=None, **stats_kwargs)
lib/evaluator/stylegan_metrics/metric_utils.py:197
Functioncompute_feature_stats_for_inpainting(opts, detector_url, detector_kwargs, rel_lo=0, rel_hi=1, **stats_kwargs)
lib/evaluator/stylegan_metrics/metric_utils.py:256
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