Normalisation of global and local distances
aloysius-aryaputera opened this issue · 0 comments
aloysius-aryaputera commented
Thank you for the great work!
I would like to ask why we need to do normalisations of local_dist
at models.base.GeoConv.Net.forward()
and of dict
at models.base.Attr.Net.forward()
. Haven't we done so in main.py
when we are calling data_loader.get_loader
?