Skip to content
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

How to assess edgelist by using scoring.py? #124

Open
a962097364 opened this issue May 12, 2021 · 0 comments
Open

How to assess edgelist by using scoring.py? #124

a962097364 opened this issue May 12, 2021 · 0 comments

Comments

@a962097364
Copy link

Hello, thank you for reading my question.
I use a edgelist file and after training, its embedding file has generated.
I want to use this embedding file and scoring.py to do the assessment, but scoring.py can only use mat file, if I input edgelist file as the "network" parameter, some error comes.

I write these to run:

python example_graphs/scoring.py --emb example_graphs/myedgelist.embeddings --network example_graphs/myedgelist.edgelist --num-shuffle 10 --all

However, there is an error appears:

raise ValueError('Unknown mat file type, version %s, %s' % ret)
ValueError: Unknown mat file type, version 51, 50

So, I want to ask, how to assess edgelist files by using scoring.py? I need to transform the file to mat file or there are some different way to input?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant