issues
search
PetarV-
/
GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.24k
stars
650
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Code fails with tensorflow-2.9.1: module 'tensorflow' has no attribute 'layers'
#87
yurivict
closed
1 year ago
1
add conda YAML file
#86
codecalligrapher
opened
2 years ago
0
How to get node embeddings?
#85
linz2000
opened
3 years ago
1
Why using undirected graph for transductive learning?
#84
qncsn2016
opened
3 years ago
0
Why using undirected graph for transductive learning?
#83
qncsn2016
closed
3 years ago
0
transform to other scope dataset
#82
kimsijin33
opened
3 years ago
0
How to batch large datasets to apply GAT?
#72
taherhekmatfar
opened
3 years ago
0
Need help in creating evaulation metrics
#71
Joey0538
opened
3 years ago
0
Please follow this to get the "Solution to creating the files under the data folder"
#70
Joey0538
opened
3 years ago
0
issue in Generating test.index file
#69
rsi2018502
opened
3 years ago
3
how to sample neighbours(nodes)?
#68
jaikche
opened
3 years ago
0
Usage with image data
#67
rsi2018502
opened
3 years ago
2
Unseen node embedding
#66
Todaime
closed
3 years ago
0
t-SNE
#65
Serendipity-LC
opened
3 years ago
2
The attention value of all edges of a node is almost equal
#64
Yaoyuanzhou
opened
3 years ago
2
Weighted adjacency graphs
#63
JoakimHaurum
closed
3 years ago
2
adj_to_bias "return -1e9 * (1.0 - mt)" term
#62
sanjayagra
closed
3 years ago
0
multi-graph node classsification
#61
tanjia123456
closed
3 years ago
3
ValueError: Dimensions must be equal, but are 122904 and 12 for 'mul' (op: 'Mul') with input shapes: [122904], [12].
#60
tanjia123456
closed
4 years ago
0
output the uodated label
#59
tanjia123456
closed
4 years ago
0
How to output labels updated after this algorithm?
#58
tanjia123456
closed
4 years ago
0
After training, where is the updated label
#57
tanjia123456
closed
4 years ago
1
visual graph question
#56
tanjia123456
closed
4 years ago
0
Apply this framework to supervised learning
#55
tanjia123456
closed
4 years ago
1
General guideline of preparing data and analysis
#54
Maulpy
opened
4 years ago
3
I have already generated adj_matrix, feature_matrix, binary_label_matrix, how should I do the subsequent processing?
#53
tanjia123456
closed
4 years ago
0
Question about GAT attention training
#52
l-hoang
opened
4 years ago
1
how to process the datasets get the .x .y .tx .ty .allx .ally?
#51
tanjia123456
closed
4 years ago
2
the difference between node and vertex
#50
tanjia123456
opened
4 years ago
5
I have a graph , how to process the datasets to get x,tx,allx,y,ty,ally,index?
#49
tanjia123456
closed
4 years ago
2
What is difference between transductive and inductive in GNN?
#48
guotong1988
closed
4 years ago
5
optimize adj_to_bias
#47
aloyschen
opened
4 years ago
0
some question about GAT
#46
junkangwu
closed
4 years ago
4
How can I do a test?
#45
XiayuXu
opened
4 years ago
1
Why use (adj.col, adj.row) instead of (adj.row, adj.col), the accuracy is higher?
#44
LeungH
opened
4 years ago
1
How to use set seed to get same results everytime?
#43
8023jiao
opened
4 years ago
0
It seems that the code does not just do softmax for the neighbor nodes, but just adds a bias_mat. I don't understand this step very well.
#42
HelloCxz
opened
4 years ago
1
use graph convolutional neural network for hyperspectral image classification
#41
IceStreams
opened
5 years ago
1
Extract features from Graph attention network
#40
monk1337
closed
4 years ago
13
question about attention layer
#39
caizhenhui
closed
5 years ago
2
How can I change the "batch_size"
#38
dengzx7
opened
5 years ago
5
Questions on the experiments
#37
Maclarin
closed
5 years ago
1
Method for getting Standard Deviation for Metrics in Report
#36
akashb95
closed
5 years ago
1
Confusion about sp_gat's bias_mat
#35
hapoyige
opened
5 years ago
1
Directed graph or undirected graph?
#34
Yihan-zz
closed
5 years ago
1
Does the attention used in codes the same with the one in paper?
#33
hapoyige
closed
5 years ago
4
Why the classfication accuracy on test set oscillates?
#32
TranSirius
closed
5 years ago
1
The value of BCEloss on PPI dataset.
#31
linzhongping
opened
5 years ago
0
A questions about attention
#30
pangsg
opened
5 years ago
1
how can I do the execute_cora.py without attention?
#29
pyupya
opened
5 years ago
2
Next