Skip to content
Discussion options

You must be logged in to vote

I think I found the cause of the problem. I looked at the pyg source code and when I defined GCN, I used the method: GCNConv(nfeat, nhid,cached=True, normalize=True), I think it's cached=True because the model is using the previous edge_index, so I undid that, and I'm going to test it, I have tested 4 epochs and have found no problems so far

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yaoysyao
Comment options

@yaoysyao
Comment options

Answer selected by yaoysyao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants