Skip to content

In OCGNN model, why updates radius only in warm-up training epochs #90

Answered by kayzliu
ahmed3amerai asked this question in Q&A
Discussion options

You must be logged in to vote

In the official implementation, r and c are not learnable and are determined by this line and this line. According to the author, it has better stability. In our implementation, we alternatively use small warmup epochs to update (not learn by gradient descent) r and c. For the initialization of c, we use the mean of emb in the warmup epochs (this line). Feel free to modify the model (e.g., increase the number of the warmup epochs) if it helps.

Replies: 1 comment 2 replies

Comment options

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

@kayzliu
Comment options

Answer selected by kayzliu
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