Altaheri / EEG-ATCNet

Attention temporal convolutional network for EEG-based motor imagery classification
https://ieeexplore.ieee.org/document/9852687
Apache License 2.0
190 stars 25 forks source link

File missing #17

Closed ctys4 closed 3 months ago

ctys4 commented 4 months ago

Hello, may I ask where is your main.py file? Why is this file not in this Code now

Altaheri commented 4 months ago

The main.py file has been renamed to main_TrainTest.py. However, the main_TrainTest.py file has been identified as not aligning with industry best practices. In response, we strongly recommend adopting the methodology implemented in the refined main_TrainValTest.py file. This updated version splits the data into train/valid/test sets, following the guidelines detailed in this post (Option 2).