google-deepmind / google-deepmind/learning-to-learn
TypeError: The two structures don't have the same nested structure.
Open
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 602
- PR merge metrics
- No merged PRs in 30d
Description
when i try quadratic and minist expriment produce the follow error
TypeError: The two structures don't have the same nested structure.
Entire first structure:
[., ., [.], [[((., .), (., .))]]]
Entire second structure:
[., ., [.], [[(LSTMState(hidden=., cell=.), LSTMState(hidden=., cell=.))]]]
please help me how can i address this problem。
thank you very much!
Contributor guide
Assessment
This issue has not been assessed yet.