Stronger_GCN
Stronger_GCN copied to clipboard
Implementations of "Break the Ceiling: Stronger Multi-scale Deep Graph Convolutional Networks"
Results
1
Stronger_GCN issues
Sort by
recently updated
recently updated
newest added
Hello! Our static bug checker has found a performance issue in TF2/utils.py: [`trainer`](https://github.com/PwnerHarry/Stronger_GCN/blob/53a889d2f48c8b58870fdbf4e428eb3afaab6c99/TF2/train.py#L71) is repeatedly called in a for loop, but there is a tf.function decorated function [`optimize_one_step`](https://github.com/PwnerHarry/Stronger_GCN/blob/53a889d2f48c8b58870fdbf4e428eb3afaab6c99/TF2/utils.py#L67) defined and...