3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python6,858 forks (6,858 forks)batch import
awaiting responsehelp wantedmodule: reference scriptsneeds discussionneeds reproductiontopic: object detection
Repository metrics
- Stars
- 15,050 stars (15,050 stars)
- PR merge metrics
- Avg merge 12d 8h (Avg merge 12d 8h)14 merged PRs in 30d (14 merged PRs in 30d)
Description
I use the provided code to train my data using faster_rcnn on 2 GPUs. The program always stops at epoch 27(just stop, no more output), and when I use ctrl+c to interrupt the program, the content is as shown in the pic.
Contributor guide
- Research direction
- Investigate the multiprocessing dataloader and training loop for potential deadlock. Check if the issue is related to the number of workers or the way data is loaded, especially around epoch 27.
- Tech stack
- pythonpytorch
- Domain
- computer visionmachine learningai
- Issue type
- Bug
- Prerequisites
- PythonPyTorch