-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
An excellent work! I've several questions.
- Why does the par appear in out_grad, while par_pos in out_data?
float right = in_data[cur + data_offset] * (out_grad[par + grad_offset] - edge_weight * in_grad[cur + grad_offset]); - delta S(Ei,j)/delta wi,j in eq.9 seems to disappear in the code.
grad_weight_tensor = (grad_all_channel_tensor - grad_norm_all_channel_tensor).sum(1); - The paper says "uniformly sample a vertex as the root and perform breadth-first sorting (BFS) algorithm to obtain the topological order of tree G“. But it seems that the code always start from the index 0.
if ((sorted_index[i] > 0) || (i == 0)){
Metadata
Metadata
Assignees
Labels
No labels