YOLOX
YOLOX copied to clipboard
how proceed train after stop ?
i trained model and saved it as latest_ckpt.pth.
how to go on train with the same model ?
just put it on start again like that:
python3 tools/train.py -f exps/example/custom/yolox_tiny_my.py -d 1 -b 100 --fp16 -o -c models/latest_ckpt.pth ?