|
Hi! Just wondering if there's a difference between how in domain validation and out of domain validation are used in training. I'm currently trying to train a model on one subdomain A in Camelyon17 (using 80% of A for training and 20% for validating) and test on another subdomain B, but running into a lot of errors in training when either ID validation or OOD validations are empty. Thanks so much! |
Answered by
ssagawa
Jun 15, 2022
Replies: 1 comment 1 reply
|
In the script in the |
1 reply
Answer selected by
ssagawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the script in the
examplesfolder, we evaluate on both ID validation and OOD validation in each epoch. But by default, we use OOD validation for hyperparameter tuning and early stopping and don't use ID validation.