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

We currently do not support distribution strategy with a Sequential model #28

Open
wangxianzhe opened this issue Nov 19, 2021 · 1 comment

Comments

@wangxianzhe
Copy link

How should this problem be solved?

ValueError: We currently do not support distribution strategy with a Sequential model that is created without input_shape/input_dim set in its first layer or a subclassed model.

@arindas
Copy link
Collaborator

arindas commented Nov 19, 2021

Relevant stackoverflow post:
https://stackoverflow.com/questions/56325408/input-shape-not-recognised-in-keras-model

Now the problem is, we don't use the Sequential class. I didn't find any invocation using grep.
Could you post a complete stacktrace here?

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