We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Machine-Learning-Collection/ML/TensorFlow/Basics/tutorial3-neuralnetwork.py
Line 20 in 558557c
keras input shape is now an iterate object
should be replace by keras.Input(shape=(28 * 28,))
keras.Input(shape=(28 * 28,))