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
The first call tmp1 = ds_sexdata[0].getitem() doesn't work for me. The indexing into the ds_sexdata implicitly call the __getitem__ function, which returns a tuple. With braindecode it's one recording sample data and its label.
The call for tmp1 works, but not the call for tmp2. The ds_sexdata object is being modified by the first call and transformed to a tuple.
The text was updated successfully, but these errors were encountered: