-
Torch version: 1.9.1.post3
CUDA version: 11.1
Python Version : 3.7
Pytorch3D : 0.7.6
Hardware :
CPU : AMD Ryzen 9 5900X 12-Core Processor
GPU : RTX 3090
RAM : 64 GBs
Linux OS : Ubuntu…
-
Hello,
I am interested in your work about the Twitter graph dataset and i'd like to do the same thing on my own side.
I need to know beforehand, how long did it took to run the whole process and…
-
During evaluation of a model with some metric and using a dataset with empty `dataset.task` the following error occurs:
```python
>>> metric = dc.metrics.Metric(dc.metrics.rms_score, np.mean)
>>>…
-
### 🚀 The feature, motivation and pitch
PyG currently accepts `torch.LongTensor: edge_index` and `torch_sparse.SparseTensor: adj` in `MessagePassing`, which limits its flexibility for users who use n…
-
### 🐛 Describe the bug
Traceback (most recent call last):
File "/home/fazal/anaconda3/envs/dev3/lib/python3.6/site-packages/torch_sparse/__init__.py", line 15, in
library, [osp.dirname(__fil…
-
# Issue Loading PyTorch Geometric Model: TypeError with Weak Reference to Tuple Object
## Bug Description
I encountered an error while attempting to load a saved PyTorch Geometric model. The er…
-
## 🐛 Bug
## To Reproduce
I want to export [stgcn_wave](https://github.com/dmlc/dgl/tree/master/examples/pytorch/stgcn_wave) model to a torchscript model.
What I did is:
1. add these two line…
-
(process_lrs3) root@autodl-container-c49d4d860b-9ff62b42:~/GeneFace-1.1.0# CCUDA_VISSIBLE_DEVICES=0 python deep_3drecon/test.py
Traceback (most recent call last):
File "deep_3drecon/test.py", line…
-
When using DeepChem, there are some classes of common errors I've observed that don't have great error messages. I'm starting this thread up for us to start documenting some patterns which hopefully c…
-
- [x] create the package #460
- [ ] make it feature parity with GraphNeuralNetworks.jl (#469, #463, #475, #471)
- [x] GNNChain
- [x] GCNConv
- [x] GraphConv
- [x] ChebConv
…