-
-
In a recent PR, the TopK e2e test fails in CI: https://github.com/iree-org/iree/actions/runs/11107992173/job/30867743807?pr=18634
The following test is what fails:
```
func.func @topk_2d_dim1_inv…
-
Hi, with my following code I'm trying to add to my model 1-5 dense layers through a for loop. But output doesn't match with my configuration: there's only one dense hidden layer named unit_0.
But '…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [x] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
Hello,
I was able to download the DPR indices and I was wondering how to get access to the url or raw data.
Also, could you explain what `faiss_index/disovery_config.txt` should be to launch th…
-
```
using Flux
function test_setup(opt, s)
state = Flux.setup(opt, s)
return state
end
s = Chain(
Dense(2 => 100, softsign),
Dense(100 => 2)
)
opt = Adam(0.1)
…
-
Today, when slicing a sparse domain with a dense domain, we get a dense domain result. For example:
```chapel
config const n = 10;
var D = {1..n, 1..n};
var SD: sparse subdomain(D) = [i in 1.…
-
Referenced in https://github.com/ChrisPenner/lens-regex-pcre/issues/10 with benchmarks here: https://github.com/jamesdbrock/replace-benchmark#results
We can see that pcre-heavy is having a bit of t…
-
Reported by logophobia on the mailing list:
- If you multiply a sparse vector with a dense vector then the
ordering matters a lot. The sparse vector "knows" which items not to
multiply (since they…
-
It appears that the following detectors were removed -
DenseFeatureDetector, OpponentColorDescriptorExtractor, DynamicAdaptedFeatureDetector, PyramidAdaptedFeatureDetector
in this commit - http…