GraphNormalization
GraphNormalization copied to clipboard
Learning Graph Normalization for Graph Neural Networks
Hello, thank you very much for your work. I noticed num_features in your code. I want to know what it means and how it is set in use.Thank you for...
Hi, I'm trying to understand and run training on SROIE dataset. Based on my understanding currently index based encoding is used based on alphabet string. How can i change to...
hello, I have some issues in graph_norm.py, where g stand for the adjacency matrix? And x is feature matrix, right? So if yes adj is 10242 * 10242, where x...