Closed codgodtao closed 2 years ago
cfg.dataset = {'train': 'qb','val': 'qb'} should be cfg.dataset = {'train': 'qb','val': 'TestData_qb'} for evaluate TestData_qb.h5. I will update the comments of add_argument('dataset') to distinguish train/validate/test.
I forgot valid_qb_10000.h5. Now, I have fixed it, please check it again, Thank you.
Hello, I am using your toolbox and there are some bugs in adding validation set during the training process. My modification process is as follows: