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
I am writing a recurrent method. It only takes sequences and contexts as inputs. And there is no recurrent states. But it seems that the recurrent wrapper still nees the initial_states method. Does the recurrent wrapper support recurrent method with no states? Or should I use scane module in theano?
The text was updated successfully, but these errors were encountered:
I am writing a
recurrent
method. It only takessequences
andcontexts
as inputs. And there is no recurrent states. But it seems that therecurrent
wrapper still nees theinitial_states
method. Does therecurrent
wrapper supportrecurrent
method with nostates
? Or should I use scane module in theano?The text was updated successfully, but these errors were encountered: