nlc
nlc copied to clipboard
Is downscale still used?
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?