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
Right now our RNN implementation (especially the dilated RNN) supports only tensor inputs. Ideally, it would also work with packed sequences like the vanilla torch RNNs
Right now our RNN implementation (especially the dilated RNN) supports only tensor inputs. Ideally, it would also work with packed sequences like the vanilla torch RNNs