deep-vector-quantization icon indicating copy to clipboard operation
deep-vector-quantization copied to clipboard

Move inmap to data loader

Open crizCraig opened this issue 4 years ago • 0 comments

Hey Andrej! Cool repo :+1: This is a small change that effectually computes model(x - 0.5) in visualize.ipynb. Otherwise model(x) - 0.5 looks like this before_mv_inmap After the change we get after_mv_inmap And since we always want to normalize (e.g. before training, validating, or visualizing), I just moved the normalization/inmapping back to the data loader.

crizCraig avatar Jun 13 '21 19:06 crizCraig