ERROR - The testing results of the whole dataset is empty.
See original GitHub issueDescribe the bug
When I run faster_rcnn_r101_fpn_1x_coco, I can get the bbox evaluation, but I run faster_rcnn_hrnetv2p_w40_1x_coco, faster_rcnn_x101_64x4d_fpn_1x_coco I got the error. ERROR - The testing results of the whole dataset is empty. Use tools/test.py to get the same error
Environment
python tools/train.py configs/faster_rcnn/faster_rcnn_r101_fpn_1x_coco.pyis OK.python tools/train.py configs/faster_rcnn/faster_rcnn_x101_64x4d_fpn_1x_coco.pyis ERROR.python tools/train.py configs/hrnet/faster_rcnn_hrnetv2p_w40_1x_coco.pyis ERROR. I use Tesla V100-PCIE-32GB, The three models are trained simultaneously!
I need help!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
mmdet - ERROR - The testing results of the whole dataset is ...
I was trying to train a CascadeMaskRCNN Hrnet model on a custom dataset in my local system with COCO style annotations.
Read more >ERROR:The testing results of the whole dataset is empty
已解决:ERROR:The testing results of the whole dataset is empty.
Read more >[ 오류 노트 ] mmdetection => The testing results of the whole ...
[ 오류 노트 ] mmdetection => The testing results of the whole dataset is empty. : 네이버 블로그
Read more >How to test if a DataSet is empty? - Stack Overflow
I'm modifying someone else's code where a query is performed using the following: DataSet ds = new DataSet(); SqlDataAdapter da = new ...
Read more >mmdetection在自己的数据集上训练检测模型 - 华为云社区
mmdet - ERROR - The testing results of the whole dataset is empty. ... It's because I didn't modify the right number of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got the same error, when the epoch is smaller than 4, the evaluation can be implemented. After the epoch increased to 5, the loss wan nan and got error, ERROR - The testing results of the whole dataset is empty, during evaluation.
i have meet the same problem, i slove it by create another conda enviroment. the problem come when i use my 1060 gpu, and if i run the same code in colab, the problem disappared .