-
Notifications
You must be signed in to change notification settings - Fork 195
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
Can not install dgl 0.4.3 #261
Comments
Can you try pip3 install dgl==0.4.3post2 |
Maybe try a different python version. dgl==0.4.3 |
It works, thanks a lot. One other question is that how to save model parameter(i.e., entity embedding and relation embedding) during training on multi-GPU for early stopping to find the model with best performance on validation set. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to install dgl 0.4.3 by
pip3 install dgl==0.4.3
,it shows that
And if I install the latest dgl 0.9.0, it will report errors when running the example code.
How can I install dgl 0.4.3?
The text was updated successfully, but these errors were encountered: