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
Thanks for your so great project. When I running TransE.cpp(others),there is a warning that "no return statement in function returning non-void". I read the code and found the function transetrainMode() and train_transe() don't have return statement while their types are void*. Because of this warning, there is no output file(TransE_relation2vec_50.vec). How can I solve this problem?
The text was updated successfully, but these errors were encountered:
Thanks for your so great project. When I running TransE.cpp(others),there is a warning that "no return statement in function returning non-void". I read the code and found the function transetrainMode() and train_transe() don't have return statement while their types are void*. Because of this warning, there is no output file(TransE_relation2vec_50.vec). How can I solve this problem?
The text was updated successfully, but these errors were encountered: