We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,))
The text was updated successfully, but these errors were encountered:
aladdinpersson#177 Keras input shape Issue Solved
eeedc17
No branches or pull requests
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,))
The text was updated successfully, but these errors were encountered: