-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add build_targets_optim #99
base: main
Are you sure you want to change the base?
Conversation
启动指令:
python -m oneflow.distributed.launch --nproc_per_node 4 train.py --data data/coco.yaml --weights ' ' --cfg models/yolov5n.yaml --batch 128 --bbox_iou_optim --multi_tensor_optimizer --build_targets_optim --device 4,5,6,7 --epochs 20 全部result.csv
|
可以再跑一次,我感觉0.5好像差得有点多不知道是不是bug。 @ccssu |
启动指令:
python -m oneflow.distributed.launch --nproc_per_node 4 train.py --data data/coco.yaml --weights ' ' --cfg models/yolov5n.yaml --batch 128 --bbox_iou_optim --multi_tensor_optimizer --build_targets_optim --device 4,5,6,7 |
启动指令:
python -m oneflow.distributed.launch --nproc_per_node 4 train.py --data data/coco.yaml --weights ' ' --cfg models/yolov5n.yaml --batch 128 --bbox_iou_optim --multi_tensor_optimizer --build_targets_optim --device 4,5,6,7 |
link Oneflow-Inc/oneflow#9536