GraphSage Embedding Issue
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 553
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I was wondering that GraphSage SageEncoder use_id=True, which will look_up table and then get the embedding vector of input.
My question is i don't see stop_gradient in the embedding process, so i suppose that the embedding will update with training process, but i think in the paper of GraphSage, the embedding is the input(don't update).
It's a bug?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the SageEncoder path for use_id=True and tracing whether the lookup embedding receives gradients during training. Compare that behavior with the GraphSAGE paper's treatment of input embeddings; done means the expected behavior is confirmed and covered by the relevant test or documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100