mberaha opened this issue 6 years ago · 0 comments
def downscale(self, inp, mask): return inp, mask with vs.variable_scope("Downscale"):
Does it mean that contrary to the original paper, downscale is no longer performed in the model?