EEG-grasp-and-lift
EEG-grasp-and-lift copied to clipboard
CNN to predict physical movements from brainwave readings
Results
1
EEG-grasp-and-lift issues
Sort by
recently updated
recently updated
newest added
Hi I faced these two errors! `smooth =scipy.interpolate.BSpline(xnew,spike,xnew)` > TypeError: only integer scalar arrays can be converted to a scalar index and `smooth =scipy.interpolate.BSpline(int(xnew),spike,xnew)` > TypeError: only size-1 arrays can...