TanTingyi

Results 3 comments of TanTingyi

Here is my code: ```python train_X, train_y = data['session1'] # train data is session1 test_X, test_y = data['session2'] # test data is session2 covar= Covariances() tan = TangentSpace() clf =...

刚才使用2.0跑除了这个问题,更新到了tf 2.1稳定版后就不报错了

Thank you for your reply ! I have read your paper and am very excited about the result. So I tried both EEGNet and RG to build a online BCI...