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

result file's vertex name is wrong #13

Open
ddhdzt opened this issue Jul 24, 2017 · 3 comments
Open

result file's vertex name is wrong #13

ddhdzt opened this issue Jul 24, 2017 · 3 comments

Comments

@ddhdzt
Copy link

ddhdzt commented Jul 24, 2017

I used the LINE code to train BlogCatalog dataset. The net input file is as:
1 176 1
176 1 1
1 233 1
233 1 1
1 283 1
....
I followed the train_youtube command, set the binary parameter 0, but the first column of the result file appear float nums, differ from the origin vertex id.
Did anyone encounter the problem?

@jiay302
Copy link

jiay302 commented Sep 15, 2017

Have you solved this problem? I met the same problem as you.

@ziyili20
Copy link

I met the same problem too. My input vertice names are strings, but the output node names are numbers.

@chi2liu
Copy link

chi2liu commented Jan 6, 2022

I met the same problem, and I think it is caused by normalize. after normalize, the name become different. I think there is some bugs of normalize.cpp, we can skip it first or do it by ourself.

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

4 participants