You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU=8 && LR=0.0001 && B=8 && PORT=10000 tools/dist_train.sh configs2/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse.py ${GPU}
--work-dir ../TOV_mmdetection_cache/work_dir/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse/adam${LR}1x${B}b${GPU}g${V}/
--cfg-options optimizer.lr=${LR} data.samples_per_gpu=${B}
When I run the above command, the above error occurs when the model is being validated.
The text was updated successfully, but these errors were encountered:
GPU=8 && LR=0.0001 && B=8 && PORT=10000 tools/dist_train.sh configs2/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse.py ${GPU}
--work-dir ../TOV_mmdetection_cache/work_dir/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse/adam${LR}1x${B}b${GPU}g${V}/
--cfg-options optimizer.lr=${LR} data.samples_per_gpu=${B}
When I run the above command, the above error occurs when the model is being validated.
The text was updated successfully, but these errors were encountered: