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
just wanted to mention the lstm layer of tflearn accepts features of shape [ batch x time x features_dim ] and in the script they are passed like [batch x features_dim x time ].
The text was updated successfully, but these errors were encountered:
Hi,
just wanted to mention the lstm layer of tflearn accepts features of shape [ batch x time x features_dim ] and in the script they are passed like [batch x features_dim x time ].
The text was updated successfully, but these errors were encountered: