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

the use of self.cached in models/GCN.py #2

Open
Bolairex opened this issue Oct 29, 2021 · 1 comment
Open

the use of self.cached in models/GCN.py #2

Bolairex opened this issue Oct 29, 2021 · 1 comment

Comments

@Bolairex
Copy link

Could you please explain the use of self.cached in models/GCN.py? If the setting is transductive and the self.cached is set to 'False' manually, will that influence the performance (e.g. ACC) of the algorithm?

@ScottHoang
Copy link

the self.cached prevented the model from recomputing the normalized graph over and over and just memorizing it since the graph is the same in inductive.
Without cached, each run might take longer, but I doubt the ACC will suffer.

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

2 participants