Skyorca / OpenGDA

(CIKM'23 resource track) Graph Domain Adaptation Benchmark for Cross-network Learning
MIT License
25 stars 2 forks source link

about nc #2

Open wahaha123haha opened 1 year ago

wahaha123haha commented 1 year ago

Only the ASN algorithm provides the code for node classification, and other algorithms only have gc and lp. Would nc codes for other algorithms be provided? Thank you very much.

Skyorca commented 1 year ago

They will be added sequentially over the next month. You can tell me which models you need so I can add them in the first place.

wahaha123haha commented 1 year ago

Thank you very much. If possible, please update GRADE or UDAGCN first.

Skyorca commented 1 year ago

Got it

wahaha123haha commented 12 months ago

In ASN_nc.py line 206-207, this code may be missing entropy_loss. I found that the entropy_loss calculated in line 157 was not used.

BonitoW commented 11 months ago

Thanks so much for your excellent work! I am also looking forward to your guys implementing more models for the node classification task!