ncclabsustech / EEGdenoiseNet

EEGdenoiseNet, a benchmark dataset, that is suited for training and testing deep learning-based EEG denoising models, as well as for comparing the performance across different models.
MIT License
160 stars 43 forks source link

This code have too many problems #7

Open roseDwayane opened 3 years ago

roseDwayane commented 3 years ago
  1. There are no file "EEG_all_epochs_512hz.npy" and "EMG_all_epochs_512hz.npy" in data folder
  2. In "train_method.py" file of "test_step" function, there are wrong data type of the "noiseEEG_test" variable and wrong dimension.
  3. Your data maybe contain Nan or inf when I training computer will be shutdown.

environment: Python3.8, tensorflow2.5.0 training model: Complex_CNN, EOG

sgz9527 commented 2 years ago

you damn right i also have same problam