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

Question about train_explorer #10

Open
aochaoch opened this issue Aug 26, 2024 · 0 comments
Open

Question about train_explorer #10

aochaoch opened this issue Aug 26, 2024 · 0 comments

Comments

@aochaoch
Copy link

Thank you for this great work. I'm studing this project and I find in train_explorer.py line 143: data.node_free = torch.diag(data.node_free, 0). This diag function returns main diagonal elements of the node_free which will always be 0 unless there are self loop edges. I don't understand this step and I think this might be unreasonable. Since this is an imortant parameter to the model, I will be very grateful if you can help me with this question. Thank you again for your time and help.

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
@aochaoch and others