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
GRU could have input sequence to predict the next output, but the length of generator.forward() input is only one (seq_len = 1)), so why use GRU as a generator?