Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
单机多卡训练,在eval阶段,除主进程外的其余进程全部消亡
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
单机多卡训练,在eval阶段,除了主进程,其他进程全部自动结束,并没有阻塞等待主进程完成eval,并且主进程eval结束后卡死,nvidia-smi显示rank0的卡usage为100%,其余卡均无占用。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the report. Start by reproducing single-machine multi-GPU evaluation and inspect how non-primary processes synchronize with the primary process. Done means all processes remain coordinated through evaluation and the primary process finishes without hanging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100