yolov7_d2
yolov7_d2 copied to clipboard
Error when trained YOLOX with convnext
There seems like a error when I run the command "CUDA_VISIBLE_DEVICES=1,2,3,4 python train_net.py --config-file conolox/yolox_convnext.yaml --num-gpus 4". The only modification is I changed the "IMS_PER_BATCH: 16" in the yolox_convnext.yaml file, so I want to whether I run the correct command, or this is a bug?
We didn't fully opensource convnext-yolox yet.