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
If you use the TensorFlow-TransX, "saver.save(sess, 'model.vec')" will output the vectors to the file "model.vec". ''' string outPath = "./out/" ''' is used in the another project Fast-TransX.
Thank you for your responding. I tried both TensorFlow-TransX and Fast-TransX. In TensorFlow-TransX, the mode.vec is in messy code. In Fast-TransX, I mkdir 'out' but it doesn't work, There is no output in the folder out.
Where is the output file? I didn't find " string outPath = "./out/" " in your code. How to get the vectors of entities and relations. Thank you!
The text was updated successfully, but these errors were encountered: