Reconstructing images

Now that we have trained the model, we see how the model is reconstructing the images of the test set. Feed the test images to the model and get the reconstructed images:

reconstructed_images = model.predict(x_test)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset