Skip to content
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

python polygon_train.py don't work #46

Open
Juddd opened this issue Sep 17, 2023 · 1 comment
Open

python polygon_train.py don't work #46

Juddd opened this issue Sep 17, 2023 · 1 comment

Comments

@Juddd
Copy link

Juddd commented Sep 17, 2023

Snipaste_2023-09-17_13-02-12
Your
python polygon_train.py --weights polygon-yolov5s-ucas.pt --cfg polygon_yolov5s_ucas.yaml --data polygon_ucas.yaml --hyp hyp.ucas.yaml --img-size 1024 --epochs 3 --batch-size 12 --noautoanchor --polygon --cache
Or my
python polygon_train.py --weights polygon-yolov5s-ucas.pt --cfg polygon_yolov5s_ucas.yaml --data polygon_dir4.yaml --hyp hyp.ucas.yaml --img-size 640 --epochs 3 --batch-size 100 -noautoanchor --polygon --cache
Its progress is always 0%, and there are no error messages. My GPU is 4090. I configured all the information according to your instructions and also installed the libraries required for your cuda using cd utils/iou_cuda && python setup.py install. Did I miss anything else?

@Juddd
Copy link
Author

Juddd commented Sep 17, 2023

It seems that the current training code does not support multi-GPU parallel training, and the training can be carried out normally when the single self switch is a single card

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant