Closed nahidalam closed 2 years ago
[--cache] means --cache
is just an optional input, not input in your cli.
@FateScript so what should be the command in CLI?
Plz use python tools/train.py -n yolox-s -d 8 -b 64 --fp16 -o
or python tools/train.py -n yolox-s -d 8 -b 64 --fp16 -o --cache
. If you want to use cache, just add --cache
.
Thanks. I have another issue but that is separate from this one.
I am following your documentation from here
When I try to train using this command
I get below error
After some debugging, I see that only
[--cache]
is considered asards.opts
. Since that is a odd number, it causes this error.Please suggest.