pengsl-lab / DHUnet

14 stars 1 forks source link

how to choose optimal parameters? #4

Closed shuaijun-36 closed 1 year ago

shuaijun-36 commented 1 year ago

What dose 'The optimal parameters of the model are determined by averaging the performance on the validation sets' mean in your paper? How to 'averaging the performance'?

pengsl-lab commented 1 year ago

Divide the training set into K folds, perform K times of training, and obtain the average performance of the corresponding parameters.