CUTS
CUTS copied to clipboard
overfitting
trafficstars
How to deal with overfitting in model?
I have not experienced overfitting in my use cases, and I haven't specifically designed ways to handle overfitting.
However, if you encounter overfitting, you could try some standard techniques:
- Increasing your training data, either by adding real data or by data augmentation.
- Weight regularization, for example, increasing weight decay in the optimizer.
@wwzz-max Congratulations! I saw your recent published paper https://link.springer.com/article/10.1007/s00371-024-03691-x. I am glad to help your research with this repository.