-
Can you give a brief description on how to run the model on new dataset? Such as the order of running the scripts, how to build the graph, and so on.
-
graph structured dataset에 대해 학습하는 방법을 제시하는 모델인데요,
꽤 흥미로운 것 같습니다.
NIPS 206과 ICLR 2017 논문 두편이 있습니다
https://tkipf.github.io/graph-convolutional-networks/
https://arxiv.org/abs/1609.02907
htt…
-
## ❓ Questions & Help
First of all, thanks for the great repo! I migrated from DGL and I have really positive experience using this repo.
I am working on an application that requires me to modif…
-
Sorry if it sounds silly and not the right place to ask it. But I felt it could solve it better than posting it anywhere else. I am little confused with the concept, Graph embedding gives a numerical …
-
-
Hi, I've checked the 'get_model_pool' function in 'model.py' and found no unpooling layer. Can we just use strided convolution layer here? As the authors stated in "Convolutional Neural Networks on Gr…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
```
import torch
from torch import nn
class SparseTest(nn.Module):
def __init__(self):
super(SparseTest, s…
-
I just use the first three bn layers(conv0-bn0-leakyrelu0, conv1-bn1-leakyrelu1, conv2-bn2-leakyrelu2 ) of network that total 74 layers, leakyrelu2 as output.op,input_data as input.op.
when runing h…
-
# Next paper candidates
Let's propose papers to study next! All papers mentioned in the comments of this issue will be listed in the next vote.
## Last session runner-up
[Graph Attention Networ…
-
Hi
I wanted to run the pretrained frozen .pb models from [mobilenetv1](https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md) and [mobilenetv2](https://github.com/tens…