Can anyone explain the usage of tta parameter #830
Unanswered
mczhao1977
asked this question in
Q&A
Replies: 1 comment
-
yes, one test image is augmented to 7 images and you got 7+1 predictions which you average to get one prediction . |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In the training parameter, tta is an integer. So for example I set tta = 7, does it mean one test image will be augmented to 7 images using training augmentation?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions