Closed buptxiaofeng closed 2 years ago
The number 49 (i.e., 7x7) means the number of nodes in the last stage. max_dilation
is used to constrain dilation operation not to exceed the number of nodes.
See the details of dilation based GCN in paper: https://arxiv.org/abs/1904.03751
Hi, thanks for sharing this impressive work. I have a question regarding the max_dilation in the class DeepGCN. The codes are shown as following. What's the meaning of the number 49 when calculating max_dilation?