Issue while saving model for Entity Embedding Initialization
bhardwaj1230 opened this issue · 4 comments
bhardwaj1230 commented
Hello.. I was trying to run your repository for UMLS.
I am facing few issues:
- I had you git cloned 3 weeks back and the entity embedding part was fine and the I tried to execute Entity Prediction but I has issue for tex_d missing from convert_examples_to_features function. From the reading #5 I thought of updating the repo on my end.
- Now I have updated I am not able to save the model in Entity Embedding Initialization where
bash scripts/pretrain_umls.sh
is not saming the best model. The variablepath
desn't have the location to save. - Also when I found the three files features_train.txt features_tvalid.txt and features_test.txt empty for me during this experiment with umls.
Can you please help me with the it and let me know the best way to run your repo for UMLS. My goal is to try it for link prediction for UMLS. Thank you for your repo.
bizhen46766 commented
Hi Bhardwaj, sorry for the convenience. We have noticed this problem, it was caused by the data module in the pre-training project. We will fix this problem and upload a new version soon.
bizhen46766 commented
Hi, we have also released the new version, have a try.
bhardwaj1230 commented
Thank you, I will re-load the new version and try to run it. :)
bhardwaj1230 commented
Hello @bizhen46766 thank you for your quick responce and helped me to re-run it end to end.
I am now planning to re-run it on a new knowledge graph.