alibaba / alibaba/euler

train_node_type 默认是0 表示只训练第0类顶点的embedding吗

Open
#190 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.9k
Forks
553
PR merge metrics
No merged PRs in 30d

Description

tf.flags.DEFINE_integer('train_node_type', 0, 'Node type of training set.')
train_node_type 默认是0 表示只训练第0类顶点的embedding,
但是采样是在全部类型的节点上游走,采样,这样理解对吗?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the tf.flags.DEFINE_integer declaration for train_node_type and trace where that flag is consumed in the embedding-training and node-sampling paths. Confirm whether the training set is restricted to node type 0 while walks sample all node types; done means the behavior is clearly explained or the discrepancy is documented for follow-up.

Written by the indexing model from the issue text.

Assessment

Tech stack
tensorflow
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.