mickeysjm / TaxoExpan

The source code used for self-supervised taxonomy expansion method TaxoExpan, published in WWW 2020
Apache License 2.0
75 stars 18 forks source link

The 'sibling' score is not used by infer.py when using the enrich model #10

Open angelNPC opened 9 months ago

angelNPC commented 9 months ago

When I use enrich model, sib_len and sib_s are not calculated in infer.py, resulting in the step energy_scores = model.match(ur, vr, expanded_nf) missing the corresponding parameters,I would like to ask what I should do about it?