uma-pi1 / kge

LibKGE - A knowledge graph embedding library for reproducible research
MIT License
765 stars 124 forks source link

convert key to correct type (np.int32) in kvsall index #213

Closed AdrianKs closed 3 years ago

AdrianKs commented 3 years ago

ensure that the key in the kvsAll index always has the correct type. fixes lookup in fast-filtering in negative sampling.

rgemulla commented 3 years ago

Looks alright to me.