-
Huang, B. et al. (2022). Self-supervised Depth Estimation in Laparoscopic Image Using 3D Geometric Consistency. In: Wang, L., Dou, Q., Fletcher, P.T., Speidel, S., Li, S. (eds) Medical Image Computing…
-
Hi,
I noticed that when using an ARNN machine with complex parameters, computing the quantum geometric tensor using `netket.optimizer.qgt.QGTOnTheFly()` would yield a non-Hermitian matrix. Here is …
-
### 🚀 The feature, motivation and pitch
Hi!
A function for computing the [mesh Laplacian](https://people.eecs.berkeley.edu/~jrs/meshpapers/Sorkine.pdf) would be a great addition. If you approve, I…
-
I'm looping through and trying to cluster large graphs into smaller partitions. When I use the clusterData function like so:
```
graph = pytorch_geometric.Data.data object
graph2 = pytorch_geom…
-
This is a feature request for adding geometric mean and median to the list of reduction functions in datashader. For now, a work around for doing geometric mean is to use `ds.mean()` on log transforme…
-
The repo is using windows cuda dll lib , which can't run on linux gpu marchine
Is there any roadmap to support linux training hosts? otherwise we need to adapt the code ourselves
Thanks
-
Original have torch 1.5.0 and when install PyTorch Geometric, it automatically downgraded to torch 1.4.0, and also I installed it successfully, but cannot import.
Original package version:
```
t…
-
### Describe the workflow you want to enable
For some algorithms of kNN it is desired to use other calculations at the end of this method besides using the mean. In some cases using a geometric avera…
-
The BYM2 islands implementation isn't doing the right thing.
I have an implementation which seems to be working here:
https://github.com/stan-dev/example-models/tree/master/knitr/car-iar-poisson/up…
-
Still working on a way to transform a sequence into a geometric shape.
- Given sequence X compute reverse complement Y
- Compute the numeric sum of the characters of X and Y separately
- The seq…