-
Notifications
You must be signed in to change notification settings - Fork 197
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
I run the source code and get the unexpected result, can somebody help ? #233
Comments
can sb help? |
did I miss something? |
How many cpus do you have? |
If you have 24 cores, you should use
You need to change num_proc and the max_step. |
Thanks to reply,It works !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I start to read the dglke source code, and decide to develep on this code, However, when I run the source code , I got the unexpected result.
I run the source code by this command:
python train.py --model_name TransE_l2 --dataset FB15k --batch_size 1000 --neg_sample_size 200 --hidden_dim 400 --gamma 19.9 --lr 0.25 --max_step 500 --log_interval 100 --batch_size_eval 16 --test -adv --regularization_coef 1.00E-09 --num_thread 1 --num_proc 48
the result is:
The text was updated successfully, but these errors were encountered: