-
Notifications
You must be signed in to change notification settings - Fork 391
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
Looks like dynamically setting input size fails for Quantum LSTM #731
Comments
I had a look at your code but couldn't follow what happened. My best guess is that the shape is re-set to 2 because that's the default as defined here. If you want to always have it at 6, maybe you can specify that directly as a grid search parameter (with only the value 6). |
It was supposed to work as documented here. Since the code is using InputShapeSetter. |
I still cannot really figure out what happens in your code, which test is called with what data, where |
@DanielAtKrypton any updates? |
I will come back to this and follow your suggestion of minimal code example as soon I have a couple higher priorities sorted out. Thank you @BenjaminBossan. |
Description of the problem
If you look at the logs:
I was expecting that the reported weight_shapes still be (1, 6) after parameters re-set as specified in the test code.
The text was updated successfully, but these errors were encountered: