-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run for help: step 15 #17
Comments
Can you please comment the following line and run again ? https://github.com/dalab/deep-ed/blob/master/entities/pretrained_e2v/e2v.lua#L21 |
Great, thanks for the extensive details of your run. Lines 21 and 28 just make sure that the embedding corresponding to the UNK entity id has a 0 norm. This should be true according to : |
Hi, octavian-ganea Thank you for your answer all the time! |
I think the front is running smoothly without bug.
But until it runs to the fifteenth step. I have encountered the following problems.
The order given by the author:
CUDA_VISIBLE_DEVICES=0 th ed/ed.lua -root_data_dir $DATA_PATH -ent_vecs_filename $ENTITY_VECS -model 'global' |& tee log_train_ed
I made changes according to the actual situation:
CUDA_VISIBLE_DEVICES=2 th ed/ed.lua -root_data_dir data_path/ -ent_vecs_filename ent_vecs__ep_69.t7 -model 'global' |& tee log_train_ed
In order to verify that all my previous steps were correct, I gave the results of the fourteenth step.
I hope you can give us a reply.
Thank you!
The text was updated successfully, but these errors were encountered: