-
I have been looking at various implementations of the cuckoo filter, and though it is a very performant data structure for realtime caching of data, it is not what it is actually used for in Design 2.…
-
@ymgw55 Following your script, I set nms threshold as 0.7, and even higher as 0.8 or 0.85, but still got the evaluation result like "ODS: 0.746, OIS: 0.776 AP: 0.769 R50: 0.925". A large gap between …
-
- [ ] look at [JOSS papers](https://joss.theoj.org) for manuscript structure / content
- [ ] [submission instructions](https://joss.readthedocs.io/en/latest/)
- [ ] [sample paper templates](https://…
-
There are different implementations for Phi. Are these better?
E.g.:
https://github.com/samueleresca/phi-accrual-failure-detector/blob/main/phi-accrual-failure-detector/phi_accrual_failure_detector.…
-
### Description
Hi @notwaldorf and @valdrinkoshi,
thanks for merging the other 2 PRs.
I have encountered another small issue with iron-form when parts of a complex form are lazily added by the d…
-
Hello,
Is there any easy way of implementing a Matérn-5/2 kernel with celerite2?
-
In the paper, there is a section saying the optimal temperature for positional embedding is 20 in your model. However, this [line](https://github.com/IDEA-opensource/DAB-DETR/blob/309f6ad92af7a62d7732…
-
Hi Aviral,
In the paper, you claim CQL can be implemented with less than 20 lines of code, but it's really difficult to identify these "20 lines of code" from the current version of your project wh…
-
LINE model use the graph structure to generate the node embedding like pre-train, and the embedding is used for multiple downstream tasks. I think this method is only use original feature as the ramdo…
-
you have defined D_class in efficientdet,but i don't find you have used it in net?