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
AttributeError Traceback (most recent call last) /tmp/ipykernel_238106/3930051686.py in 1 m = 29 ** 2 2 activation = "relu" ----> 3 branch = tf.keras.Sequential([ 4 tf.keras.layers.InputLayer(input_shape=(m,)), 5 tf.keras.layers.Reshape((29, 29, 1)),
AttributeError: 'function' object has no attribute 'keras'
The text was updated successfully, but these errors were encountered:
TensorFlow may not be installed correctly.
Sorry, something went wrong.
No branches or pull requests
I am trying to run the code on darcy flow and getting following error. Please look into it. Thanks
AttributeError Traceback (most recent call last)
/tmp/ipykernel_238106/3930051686.py in
1 m = 29 ** 2
2 activation = "relu"
----> 3 branch = tf.keras.Sequential([
4 tf.keras.layers.InputLayer(input_shape=(m,)),
5 tf.keras.layers.Reshape((29, 29, 1)),
AttributeError: 'function' object has no attribute 'keras'
The text was updated successfully, but these errors were encountered: