You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ConvLSTMLayer, there is a parameter named 'initial_state'.
When initial_state = None, it works.
When initial_state = previous_ConvLSTMLayer.final_state, it reports this error.
I think the source code in ConvLSTMLayer does not handle well the situation when initial_state is not None