-
Hello,
I am currently using TensorRec for my master's thesis project, and have been following the MovieLens guide on getting started with the library. I am trying to test different features (embed…
-
I had a little trouble getting this running so I wanted to leave notes here.
After installing nvidia-docker, I ran:
```
$ git clone https://github.com/bkj/cuda_auction.git && cd cuda_auction
$…
-
Could you provide some additional information about the memory consumption using your Graph Transformer?
You state, that sparse-attention favors both computation time and memory consumption, but do…
-
**Is your feature request related to a problem? Please describe.**
For the graphs in Neo4j or NebulaGraph, a single vertex or edge can have multiple labels. For example, a vertex in Neo4j graph coul…
-
win18rr_transductive Report an error:
10:41:03 Random seed: 1024
10:41:03 Config file: config/transductive/wn18rr.yaml
10:41:03 Delta: 0
10:41:03 {'dataset': {'class': 'WN18RR', 'root': '~…
-
When dealing with dynamical graph (where vertices and edges have to change many times) then I suffer a lot from the slowness of `add_edges` and `delete_edges`. Compared to a pair of dictionary of li…
-
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…
-
I am having difficulties with the `SparseTensor` functionality in `RGCN`:
```
def message_and_aggregate(self, adj_t: SparseTensor, x: Tensor) -> Tensor:
adj_t = adj_t.set_value(None, …
-
The goal of this project is predicting market value of real estates in Manhattan, New York, which is a meaningful and popular issue. The research is impressive, there are lots of aspects I like about …
-
I want to calculate the inverse of a sparse matrix, how can I do this ?
for example
```py
vers_n=200000
ind_i = torch.Tensor(list(range(vers_n))).long().view(1,-1)
ind_j = torch.Tensor(list(ran…