stanfordmlgroup/nlc

Is downscale still used?

mberaha opened this issue · 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?