Fuxiang Sun
Fuxiang Sun
_python val.py --data /datasets/coco8.yaml --img 640 --batch 32 --device 0 --weights '/runs/train/gelan9-c2/weights/best.pt'_ When I was trying to evaluate the Gelan model, I encountered the same error message.
> (yolov8) root@n1:/home/repvit/detection# ./dist_train.sh configs/mask_rcnn_repvit_m1_1_fpn_1x_coco.py 1 /opt/conda/envs/yolov8/lib/python3.9/site-packages/torch/distributed/launch.py:178: FutureWarning: The module torch.distributed.launch is deprecated and will be removed in future. Use torchrun. Note that --use_env is set by default in torchrun....
Can I use the command "_python train.py configs/mask_rcnn_repvit_m1_1_fpn_1x_coco.py 1_"?
> According to your error log, I guess that you could change `--local-rank` to `--local_rank` to address that problem. **I still can not solve my problem, the most prompt is...