divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.81k stars 281 forks source link

Reconstruction loss hyperparameter #238

Closed nordinbelkacemi closed 5 months ago

nordinbelkacemi commented 5 months ago

https://github.com/divelab/DIG/blob/dig-stable/dig/fairgraph/method/Graphair/graphair.py#L153

In the code the feature loss is multiplied by beta, but according to the paper, it should be lambda. Is this is a bug?

hongyiling commented 5 months ago

Thanks for pointing out. That's a bug.