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!