NeuroSyd / seizure-prediction-CNN

GNU Affero General Public License v3.0
41 stars 13 forks source link

CHBMIT datastet- Bad AUC result for patient chb3 #3

Open Afef00 opened 4 years ago

Afef00 commented 4 years ago

When I was trying to run the code for the patient 3 in the CHBMIT dataset the training gives me an AUC of 0.307 . At the last epoch the training accuracy was 98.36% however the validation accuracy was 29.31%. I was wondering why the training stopped at this bad results and does not keep training?

truongduynhan commented 4 years ago

Hi Afel00, There was an early stopping that monitors both training loss and validation loss. In your case, it is likely that the monitor saw the model overfitting so it stopped the training.

truongduynhan commented 2 years ago

Hi Afel00,

Can you show the whole history of training? Just in case, I re-run for CHBMIT patient 3 and this is what I got. Train on 3574 samples, validate on 1192 samples Epoch 1/50 2021-10-13 13:54:40.103201: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-10-13 13:54:40.637237: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7