eXascaleInfolab / ActiveLink

Deep active learning framework for link prediction in knowledge graph
24 stars 7 forks source link

Change dict.iteritems() to dict.items() #3

Closed t170815518 closed 4 years ago

t170815518 commented 4 years ago

dict.iteritems() will cause error in Python3.7, so using dict.items() may be a better choice.