-
Dear Alexey @AlexeyAB
Greetings!
We are trying to run training on multi-GPU with 4-K80 cards on Linux machine. We are receiving below error message when we switch the training to multi-gpu afte…
-
I am not sure this is "unexpected behavior".
When trying to train from scratch my own dataset, I get what seem sensible values of losses etc on the screen, but mAPs of zero after each epoch
I have…
-
I tried to do a custom object training using yolo-tiny and got Segmentation Fault:11 while training the data.
My dataset is pretty small and hence used a batch size of 2. I have two classes.
Th…
-
Why do you use loss (include GIOU_loss, conf_loss, prob_loss ) to mutiply label_mixw? From the paper, label_mixw is just responsible for the prob_loss.
-
保存时giou=1.4,map=0.47,再训练一个epoch变2,map变0.364
-
When I added the SE module of senet in yolov3. I have an illegal memory access:
Avg (IOU: 0.389989, GIOU: 0.206918), Class: 0.228798, Obj: 0.380333, No Obj: 0.492784, .5R: 0.500000, .75R: 0.000000,…
-
这个项目真的非常棒,谢谢分享。
我这边遇到一个问题,希望得到您的帮助。
我在Tesla T4 的卡上,跑咱们的项目,模型表现的非常好。
但是当我在1080Ti的卡上训练模型时,出现了这个问题:
GIou obj cls 都是nan,
Epoch gpu_mem GIoU obj cls total targets img_si…
-
https://www.wgj.ink/2023/11/08/University/AI/%E6%9C%BA%E5%99%A8_%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E9%A2%86%E5%9F%9F%E6%89%80%E6%B6%89%E5%8F%8A%E7%9A%84%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86/
一名计算机…
-
Hi, everyone,
I have a problem when I train my own data. Even I have trained for about 13708 iterations, the average loss is still about 30 to 40. When the iteration is about 2000, the average …
-
Hi, Thanks for sharing your amaizing work!
I want to know a few things about your implementation of Yolo V3 on TF2
1. How we traing the model if we want another size? like 608 or 1056. Change th…