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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
thanks for all your work.
I used GEM on specific Time series Dataset
The data set dimensions [ 1919, 125, 45]
model = Classifier(in_dim=45, hidden_dim=18, out_dim=4, layers=2)
Got this error
RuntimeError: The size of tensor a (4) must match the size of tensor b (70) at non-singleton dimension 1
my question is in GEM algorithm how to calculate patterns_per_exp ??
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions