-
1. From description I expect the tests to check the triangle, I wouldn't expect that [test](https://github.com/exercism/c/blob/9182dd5ea2aa9d00dd5a89b23a139ed09bc7f768/exercises/practice/pascals-trian…
toy updated
11 months ago
-
I have tried to draw the **Precision-Recall curve** in **pascal_voc.py** like below:
```
pl.plot(rec, prec, lw=lw, label = cls)
pl.xlabel('Recall')
pl.ylabel('Precision')
plt.gr…
-
Story needs more details, feedback, research, but first approach to keep it in mind with this issue.
please comment/feedback
This issue should create the awareness of
1. usage of GPUs needs to be…
-
H2O's GLM is not fully optimized for the gaussian case. Here are some benchmarks that show we are 10x slower than glmnet. We know that for very small data, glmnet can beat H2O's GLM, but now we know…
-
Hi, I've been looking for a working tensorflow implementation of FPN for some time now, and I think that this actually works :).
I'm using [TFFRCNN](https://github.com/CharlesShang/TFFRCNN) to esta…
-
Hi, bernardparent,
When I make the configpx for plasma_combustion_mixing.wrp, I got an error as follow:
No rule to make target 'arc'. stop.
OS: Ubuntu 16.04 LTS,
The image as follow:
![error](h…
-
Hello,
I have some question about the mAP evaluation in article.
In Asynet, it uses VOC evaluation method and can only get mAP(0.5)
In RED, it uses the COCO evaluation method, but does not indicate…
-
-
Hi! Does this codebase support the DistributedDataParallel now?
Besides, when I try to search in my dataset, the loss is increasing. The same config format as provided examples, whats's wrong?
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…