-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Dense layer not built when created in init - leads to undefined shape and unable to be used in call #18458
Comments
What's the error message? |
The error message is a bit generic but after toying with it it has something to do with the projector layer receiving the wrong shape or not being fully defined or something along those lines. The rest of the |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the example https://keras.io/examples/vision/vit_small_ds/ when building the projection layer
self.projection
is unable to be built and have its shape inferred automatically. Including a full traceback. In the interest of getting through as many examples as possible filing this issue so we can come back to it. Workaround unclear.The text was updated successfully, but these errors were encountered: