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

bipartite_graphsage can't train with hops num > 1 #66

Closed
dengfy opened this issue Jul 3, 2020 · 2 comments
Closed

bipartite_graphsage can't train with hops num > 1 #66

dengfy opened this issue Jul 3, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dengfy
Copy link

dengfy commented Jul 3, 2020

I set those config below but get error info AssertionError: ego_spec num must be the same with hops num!

'hops_num': 3,
'u_neighs_num': [5,3,2],
'i_neighs_num': [5,3,2],

@baoleai baoleai added the bug Something isn't working label Aug 5, 2020
@baoleai
Copy link
Collaborator

baoleai commented Aug 5, 2020

Hi, you need to modify here using mulit-hop sampler.

@baoleai
Copy link
Collaborator

baoleai commented Sep 4, 2021

fixed in release v1.0.0.

@baoleai baoleai closed this as completed Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants