Skip to content
New issue

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

Getting Issues while running the deeponet on Darcy Flow #9

Open
Karn3003 opened this issue Jul 5, 2023 · 1 comment
Open

Getting Issues while running the deeponet on Darcy Flow #9

Karn3003 opened this issue Jul 5, 2023 · 1 comment

Comments

@Karn3003
Copy link

Karn3003 commented Jul 5, 2023

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'

@lululxvi
Copy link
Member

TensorFlow may not be installed correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants