You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/hxm/link_prediciton/graphutils.py", line 83, in read_embeddings
embedding_matrix[int(emd[0]), :] = str_list_to_float(emd[1:])
IndexError: index 34 is out of bounds for axis 0 with size 34
This error is always reported when I run my own network and read the pre_trained embedding for the network. Does anyone know the reason?
The text was updated successfully, but these errors were encountered:
File "/home/hxm/link_prediciton/graphutils.py", line 83, in read_embeddings
embedding_matrix[int(emd[0]), :] = str_list_to_float(emd[1:])
IndexError: index 34 is out of bounds for axis 0 with size 34
This error is always reported when I run my own network and read the pre_trained embedding for the network. Does anyone know the reason?
The text was updated successfully, but these errors were encountered: