-
### 🚀 The feature, motivation and pitch
Similar to `Data.subgraph()`, there should exist a `HeteroData.subgraph()` method to compute subgraphs in a heterogeneous graph setting, *e.g.*, for obtaining …
-
**Describe the bug**
After training a model on fb15k237 dataset, I tried running a test with `predict_tails`.
When using this function, I had a KeyError resulting from calling `predict_tails`, th…
-
How to make prediction for a single image using your pre-trained model?
-
`pipe = Pipeline([('reduce_dim', pacman()),
('kmeans, KMeans())])`
AttributeError: 'PaCMAP' object has no attribute 'random_state'
Would be great if it did
-
Hi, your work is wonderful! Thank you for the detailed and neat code!
I have some questions about the code.
About the network:
1. I'm a bit confused about the network structure of ResNet12, it s…
-
**Describe the bug**
In the file `examples/domain_adaptation/image_classification/utils.py` the function `get_dataset` in most cases returns `val_dataset = test_dataset `. Then, for example, in the f…
-
## 🐛 Bug
Hi, I'm running the code for distributed training with 2 GCP instances following the tutorial (https://docs.dgl.ai/en/0.7.x/tutorials/dist/1_node_classification.html). I used the same code…
-
I am trying to generate a mask through run_video.py of transductive-vos.pytorch .
However, after a few iterations, a CUDA out of memory error occurs.
How do I solve it?
My GPU is nvidia gtx titan…
-
https://dl.acm.org/doi/pdf/10.1145/3184558.3191526
中的是workshop
-
Hi,
In gpn/models/bgcn.py line 110,
I think there is a small mistake.
Shouldn't it be like `self.conv_1.log_q + self.conv_2.log_q`?
Thanks for reading.