high-gamma-dataset icon indicating copy to clipboard operation
high-gamma-dataset copied to clipboard

Results 2 high-gamma-dataset issues
Sort by recently updated
recently updated
newest added

[example.py]line 46: cnt = loader.load() [/braindecode/datasets/bbci.py] line 149: "".join(chr(c) for c in h5file[obj_ref]) for obj_ref in clab_set TypeError: only integer scalar arrays can be converted to a scalar index

We should add some information/example on how to load saved model parameters from .pkl files. It is done using the load() function from serialization module implemented in pytorch.