Training Error : bg_num_rois = 0 and fg_num_rois = 0
See original GitHub issueValueError: bg_num_rois = 0 and fg_num_rois = 0, this should not happen!
The error comes after 2500 iterations into training. Here is the command line I used for training.
CUDA_VISIBLE_DEVICES=0 python trainval_net.py --dataset coco --net vgg16 --bs 4 --lr 0.001 --cuda
I tried changing FG_THRESH and BG_THRESH but with no luck. Anything I am missing something ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Does zero training error mean zero bias? - Cross Validated
I was implicitly thinking of classification and 0/1 error – if a model is unbiased, does it classify all training points with perfect...
Read more >Lecture 6: Bias and variance - MS&E 226: “Small” Data
We saw how we can estimate prediction error using validation or test sets. ... In particular, if Cov( ˆf(Xi),Yi|X) > 0, then training...
Read more >powereedge 2850 pcie training error - Dell Community
i have a poweredge 2850 that was working but i messed around in the bios and ended up changing something that i dont...
Read more >Why You Should Ignore the Training Error - RapidMiner
Figure 2: Calculating the training error of a 1-Nearest Neighbor classifier always leads to a 0% training error – even on completely random...
Read more >CPSC 340: Data Mining Machine Learning
0. 1. 1. X = y = Egg Milk Fish Wheat Shellfish Peanuts … 0.5. 0. 1. 0.6. 2. 1. 0. 0.7. 0....
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 FreeTop 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
Top GitHub Comments
I see, I guess there is a minor bug in data loader, already found it, will fix that.
Could you tell me where you fixed? I faced the same problem in other codes that based on your code