↓ 3 callersFunctionconv(x, channels, kernel=3, stride=1, pad=0, pad_type='REFLECT', use_bias=True, sn=False, scope='conv_0',
src/ops.py:270
↓ 3 callersFunctionconv(x, channels, kernel=3, stride=1, pad=0, pad_type='REFLECT', use_bias=True, sn=False, scope='conv_0', reuse=Fa
painter/ops.py:270
↓ 2 callersMethodbuild_graph_with_losses(self, x, mask, edge, edge_128, edge_64, args, training=True, reuse=False)
src/inpaint_model.py:116
↓ 1 callersFunctionattention_with_pooling(x, channels, ksize=4, use_bias=True, sn=False, down_scale = 2, pool_scale=2, name='attention_pooling', traini
painter/ops.py:441
↓ 1 callersMethodbuild_inpaint_netInpaint network.
Args:
x: incomplete image[-1, 1] with shape of (batch_size, h, w, c)
edge: incomplete edge {0, 1
painter/inpaint_model.py:14
↓ 1 callersMethodevaluate(self, x, edge, mask, args, training=False, reuse=False)
painter/inpaint_model.py:90