TC-ResNet icon indicating copy to clipboard operation
TC-ResNet copied to clipboard

Can't find file in evaluation

Open luzerochen opened this issue 4 years ago • 3 comments

Hi, I run the code and meet an error.

image I didn't find when the file was created. Does this file need to be created manually?

Sincerely, Chen

luzerochen avatar May 26 '20 03:05 luzerochen

Hi, first you need to train the models as per the instructions and then this folder will be created while training. Model with the best validation accuracy will be saved to this folder during training.

GEORGJOSE007 avatar May 26 '20 16:05 GEORGJOSE007

Hi, first you need to train the models as per the instructions and then this folder will be created while training. Model with the best validation accuracy will be saved to this folder during training.

Yes. I just run the '.sh' file in ‘TC-ResNet/scripts/commands/’ ./scripts/commands/DSCNNSModel-0_mfcc_10_4020_0.0000_adam_l3.sh It seems the code doesn't create the file. Do you know where the code will create file. I can not find it.

Thanks for your reply

luzerochen avatar May 27 '20 05:05 luzerochen

Hi, If the training and validation has completed without errors, then it should be created in the path mentioned above. In some cases, it was noticed that sleep time of 5 secs is not sufficient enough causing validation to not happen. Increasing sleep time to 50 secs in shell script helped

GEORGJOSE007 avatar May 28 '20 15:05 GEORGJOSE007