A few questions #390
Unanswered
benihime91
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello !
First of all kudos to @rwightman for providing such a wonderful library for training computer-vision models. These fast few days I got my hands dirty and delved deep into the code base . It literally has everything for training.
I had a few question what does these mean -
aug-splits
do ? (Related toAugMix
? But i haven't yet read the paper so won't know. Asking for help)aug-splits
> 1 only for enablingAugMix
?--drop
,--drop-path
,--drop-block
. I know these are to introduceDropout
in the model, but i couldn't get them to work ? If i am not wrong these are then passed on totimm.create_model
.Beta Was this translation helpful? Give feedback.
All reactions