-
Use_Case_1.py" in GPU mode throws the same error as when ran with only CPU.
```
!python use_case_1.py
Traceback (most recent call last):
File "/content/hw2vec/examples/use_case_1.py", line …
-
Hi, thanks for sharing your code here.
I have attempted to run below code from your [answer](https://github.com/andreasbinder/Point-GNN-PyTorch/issues/1#issuecomment-1482478162) in issue #1 :
```[…
-
## error log | 日志或报错信息 | ログ
使用PNNX转换,报错如下:
./pnnx ../../../../../../gnn_tablet/gnn_pnnx.pt inputshape=[9,7],[2,54],[1,3,1472,1024]
pnnxparam = ../../../../../../gnn_tablet/gnn_pnnx.pnnx.param
p…
-
I encountered an error in the code when running the program, specifically in the model_text_gnn.py file. The error message I received is as follows:
Traceback (most recent call last):
File "main.p…
-
## 🐛 Bug
I successfully froze a model with custom operators (from very nice pytorch geometric library [torch-sparse/torch-scatter]) on Python side but cannot load it on C++ side with LibTorch on Wi…
-
readme is a little bit simple.
I just started learning about graph neural networks,so i want to run through you code then learn your paper.
-
I am trying to run the following command with the standard values but just changing the threshold of the run. It has difficulties at many stages in the program mostly I think related to needing furthe…
-
pls. help
```python
(base) root@d4cdadf5a082:/home/project/polygon-HGT/scripts# python3 test.py --config-file ../config-files/Pred-simple-plane-S3D-GNN.yaml --img-folder ../test_data/ CHECKPOINT ..…
-
The current design where layers store graph references is a bit odd, since the two should be decoupled.
Other GNN libraries such as DGL and pytorch geometric pass the graph as an input to the layer i…
-
https://github.com/point-cloud-radar/bird-cloud-gnn/blob/b04ad01abf6e30a2e94d032bf941b956c5b609f5/bird_cloud_gnn/gnn_model.py#L59
I think if I interpret this correct here we generate one label for th…