We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Deep learning EEG_DL dataset_reduction and Deep learning EEG_model testing_DL, the following code:
Deep learning EEG_DL dataset_reduction
Deep learning EEG_model testing_DL
feature_file.replace("processed_raw_", "processed_metadata_")
does not work because the filenames do not start with processed_raw_, but instead with processed_raw (without _). This results in:
processed_raw_
processed_raw
_
No such file or directory: '/Users/svenvanderburg/projects/epodium/data//data_processed_DL/processed_raw003_23_jc_mmn36_wk_mmn25_wk.csv'
Also in
EEG_age_prediction/dataset_generator.py
Line 126 in c7a9246
The text was updated successfully, but these errors were encountered:
There is a few more references to processed_raw that break the code further along in the notebook.
Sorry, something went wrong.
No branches or pull requests
In
Deep learning EEG_DL dataset_reduction
andDeep learning EEG_model testing_DL
, the following code:does not work because the filenames do not start with
processed_raw_
, but instead withprocessed_raw
(without_
).This results in:
Also in
EEG_age_prediction/dataset_generator.py
Line 126 in c7a9246
The text was updated successfully, but these errors were encountered: