Whether the anomaly image will be involved in the validation process #2699
1094558673
started this conversation in
General
Replies: 1 comment
-
Hi @1094558673 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to ask whether the anomaly image will be involved in the validation process during training if the default parameter in config is followed, that is, whether there is anomaly data in the validation set.
test_split_mode: from_dir # options: [from_dir, synthetic]
test_split_ratio: 0.2 # fraction of train images held out testing (usage depends on test_split_mode)
val_split_mode: same_as_test # options: [same_as_test, from_test, synthetic]
val_split_ratio: 0.5 # fraction of train/test images held out for validation (usage depends on val_split_mode)
Beta Was this translation helpful? Give feedback.
All reactions