In the last exercise we rescaled our inputs so that they would be friendly to our neural network. In this exercise we'll do the inverse. Once the autoencoder passes an image through its layers, we may want to save it or compare it to the original. We need to restore its original pixel range.
3 comments