SSSD icon indicating copy to clipboard operation
SSSD copied to clipboard

Error in installing requirements

Open DennisZZQ opened this issue 1 year ago • 1 comments

Thanks for your work! I want to reproduce your result but I encountered this error when installing the required libraries:

ERROR: Could not find a version that satisfies the requirement dgl==0.9.1.post1 (from versions: 0.1.2, 0.1.3, 0.8.0, 0.8.0.post1, 0.8.0.post2, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, 1.1.2, 2.0.0, 2.0.0+cu118, 2.0.0+cu121, 2.2.1, 2.2.1+cu118, 2.2.1+cu121) ERROR: No matching distribution found for dgl==0.9.1.post1

How to solve this?

DennisZZQ avatar Sep 26 '24 21:09 DennisZZQ

I installed dgl=0.9.1, and this can work. By the way, I want to ask how you select the model for inference. I saw in the train code that every 100 iterations, the model is saved. How do you make the selection between the saved models?

DennisZZQ avatar Sep 27 '24 17:09 DennisZZQ

Hi, sorry late reply, see iterations for settings here in pages 31 and 32 https://openreview.net/pdf?id=hHiIbk7ApW

juanlopezcode avatar Oct 15 '24 11:10 juanlopezcode