-
Hi, in config.json file, I don't quite understand the meaning of `"crop": 6` in dict("ca_infer_args") and `"crop_length": 200, "aggressive_pruning": false,` in dict("gnn_infer_args":). Could you pleas…
-
## Motivation
I'm trying to create an RL agent which works with graph data structures. but when I pass the torch_geomteric `Data` object to `TensorDict`, It says
```
we only supports tensorcla…
-
Are you continuing to add rrt algorithms for px4? We're a drone company in China and we're interested in your work, let's talk about it when it's convenient!
-
I think a first step in the tensorcode project is being able to encode any Python object, like so,
```python
import tensorcode as tc
x = 'the dog'
x_enc = tc.encode(x)
y = [4, {3:2, 'key':'va…
-
The add method does not really work, a delete method does not exist. I think these are very important methods.
This is related with how to deal with multilpe energysystems at once / automatic adding…
simnh updated
6 years ago
-
### 🚀 The feature, motivation and pitch
Hi! I've noticed that PyG now [has datasets](https://pytorch-geometric.readthedocs.io/en/latest/modules/datasets.html#torch_geometric.datasets.LINKXDataset) fr…
-
## 🚀 The feature, motivation and pitch
Torch.compile has been included in Pytorch 2.0 or late versions and has shown that it is a powerful way to speed up Pytorch code greatly. Pytorch inductor has…
-
Hi, I saw the README demonstrating the JPDA and GNN multi object trackers and I was interested to try these but it appears that none of the demos are working out of the box.
In the case of the jpda…
ghost updated
1 month ago
-
Hello,
I was wondering how much GPU memory is needed to replicate the result in the paper? I tried on all three datasets but for all of them, I run into OOM issue.
-
I want to find topological relations among `LineString`s in shapefile, but when I debug my code, it will cost plenty of time to run `shapely/predicates.py/has_z` method (although this is a conda envir…