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
In notebook 02, cell:
classifier = model.create_binary_classifier(tft_output, hyperparams) classifier.summary()
The following error appears:
Concatenate layer requires inputs with matching shapes except for the concatenation axis. Received: input_shape=[(None, 2), (None, 4), (7,), (None, 3), (None, 1), (None, 1), (6,), (None, 3), (None, 3), (None, 1), (None, 10)]
Concatenate
The text was updated successfully, but these errors were encountered:
Same problem here, did you make it work?
Sorry, something went wrong.
No branches or pull requests
In notebook 02, cell:
classifier = model.create_binary_classifier(tft_output, hyperparams)
classifier.summary()
The following error appears:
Concatenate
layer requires inputs with matching shapes except for the concatenation axis. Received: input_shape=[(None, 2), (None, 4), (7,), (None, 3), (None, 1), (None, 1), (6,), (None, 3), (None, 3), (None, 1), (None, 10)]The text was updated successfully, but these errors were encountered: