chenbinghui1 / MHN

ICCV2019
183 stars 35 forks source link

What to do if overfitting #10

Closed CWF-999 closed 4 years ago

CWF-999 commented 4 years ago

Hello, why not use val in the function train_model and choose to train all the data? I overfit during training. Is there any better way to solve it?

chenbinghui1 commented 4 years ago

@wfchenwf ,in many papers, they use the total training datasets, thus for fair comparison, I use the total training set. If you want to use val data, you can add the val set.