-
Hi,
I am trying to run the set of experiments on different algorithms and different datasets by using the small bash script you provide in the README file, but I get the following error. This erro…
-
I think there should be only one package for fixed size arrays ;)
Of course I'm a bit biased towards FixedSizeArrays, since I'm more familiar with the code :D
@andyferris @c42f, could you explain to …
-
Feedback 1: I would like first to note that the chapters 1-3 seems very well written to me.
Feedback 2: Training on the spam filter takes a lot of time for this amount of documents. Also one needs to…
-
Hi guys
I now want to see the detection performance of yolov4 and yolov4-tiny using
opencv dnn, but I was shocked that the results were so different from the results of the issues I had seen.
…
-
Hello!
I am trying to run `demo/demo_mot_vis.py` with my own bounding boxes from [MTA dataset](https://github.com/schuar-iosb/mta-dataset). Authors of MTA dataset provide script to convert it into CO…
-
Hi,
I'm currently working with your awesome SVF analysis. During some tests with the SVFG, I found a simple test-case that doesn't make sense to me.
Why does the SVFG in Test1 has a path from "lo…
Symen updated
6 years ago
-
To this day, there are no reliable benchmarks for "real-world models" across frameworks (Keras, PyTorch, JAX/Flax). A "real-world model" is the kind of model that is actually produced and used by data…
-
at @onefact we have been using wasm, but this won't work for the encoder-only or encoder-decoder models i've built (e.g. http://arxiv.org/abs/1904.05342). that's because the wasm vm is for the cpu (ha…
-
Are there any design principles in place for model composition? A "basic" example could be defining two sparse Gaussian GPs and then adding a joint likelihood of some kind. I'm guessing it would be pe…
-
In [issue #24889](https://github.com/golang/go/issues/24889) there's a short paragraph about static thread safety analysis that clang does for C++ programs:
> clang supports thread safety analysis …