acbull / pyHGT

Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric
MIT License
775 stars 162 forks source link

Fix variables' type issue #25

Closed viethoangtranduong closed 3 years ago

viethoangtranduong commented 3 years ago

Variables suppose to be "float" but currently set as "int" -> fixed

Variables suppose to be "str" but currently set as "sre" -> fixed

acbull commented 3 years ago

Thanks so much for pointing this out.