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'm having trouble creating ni_benchmark for data, where target values are 2D.
As far as I understand, avalanche "compresses targets and task labels to save some memory". Is there a way to solve this, use np.vectorize instead or disable this compression?
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!
I'm having trouble creating ni_benchmark for data, where target values are 2D.
As far as I understand, avalanche "compresses targets and task labels to save some memory". Is there a way to solve this, use np.vectorize instead or disable this compression?
all_x.shape
(100717, 60, 18)
all_y.shape
(100717, 7, 14)
Creating ni_benchmark:
Error:
Full error:
Beta Was this translation helpful? Give feedback.
All reactions