THUDM / GRAND

Source code and dataset of the NeurIPS 2020 paper "Graph Random Neural Network for Semi-Supervised Learning on Graphs"
MIT License
206 stars 40 forks source link

Why use L2 Norm instead of KL divergence #2

Closed bdy9527 closed 3 years ago

bdy9527 commented 3 years ago

In the consistency regularization

wzfhaha commented 3 years ago

Here the L2 norm can be replaced by KL divergence. We adopt L2 norm because it achieves better performance in our experiments.