-
Hi,
Attached below is a minimum working example of using KeOps to match two sets of point clouds using the [sinkhorn algorithm](https://github.com/fwilliams/scalable-pytorch-sinkhorn/blob/main/sin…
-
Allow all relevant scalar operators to extend to vector operands yielding vector results.
For example:
int[] a, b, c;
a = b + c;
This should do an element-by-element equivalent:
a[i] = b[i] + c[i…
-
Kyle, to follow up on our correspondence of April -- you managed to get this into better shape (I think, though I've not tried it yet) immediately after I got the old density benchmarks working for wh…
-
Hi @zorzi-s, much appreciated for sharing your interesting and knowledgeable work!
I have a few questions I'd like to ask you.
1. When calculating the matched loss function, whether the true value n…
-
Hello. I have sent you an email regarding the identity of the files in the PAD operation.
I had not received any answer, so I ask the questions in your github as well.
Here are my questions:
1.…
-
Devra Garfinkle defined an algorithm which sends a signed permutation to a pair of standard domino tableaux, which each entry `1, 2, ..., n` appears as a domino instead of a single cell, and rows an…
-
## Bug Description
SingularShapeTensorEliminatorUserObjectPD is not called when other UserObjects, such as NodalDamageIndexPD and NodalNumIntactBondsPD, are active.
## Steps to Reproduce
I modif…
-
Hello,
let us discuss in this thread the comparisons for EC with jetset that were suggested by Justin.
I started to work on them in the [`jetset_ec_test` branch](https://github.com/cosimoNigro/ag…
-
Hello,
let us discuss in this thread the comparisons for EC with jetset that were suggested by Justin.
I started to work on them in the [`jetset_ec_test` branch](https://github.com/cosimoNigro/ag…
-
Hey there, thanks for sharing this work and many congratulations ❤️
I have a problem statement to register 3D organs (one kidney to another).
I tried the shape_transfer.py but it did not give me a…