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

ValueError in TxGNN.py #15

Open
tgm-mjabri opened this issue Oct 7, 2024 · 0 comments
Open

ValueError in TxGNN.py #15

tgm-mjabri opened this issue Oct 7, 2024 · 0 comments

Comments

@tgm-mjabri
Copy link

Why in line 679 we're unpacking 3 values:
_, scores, _ = self.retrieve_gates_scores_penalties()
while the retrieve_gates_scores_penalties function only return 2 items in line 676
return whole_graph, test_graph

P.S: shouldn't the retrieve_save_gates take relation as an argument as well ?

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