You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a small suggestion, in Part 3: Autoencoders, the function may be cleaned up further.
def plot_autoencoder_outputs(autoencoder, n, dims):
decoded_imgs = autoencoder.predict(x_test)
# number of example digits to show
n = 5 # Should be commented out otherwise n is overwritten.
The text was updated successfully, but these errors were encountered:
Thanks for the great tutorials!
Just a small suggestion, in Part 3: Autoencoders, the function may be cleaned up further.
The text was updated successfully, but these errors were encountered: