curve-gcn
curve-gcn copied to clipboard
Confused about the Algorithm 1.
In the paper, you have wirtten the algorihtm about how to train the interactiveGCN, but I'am confused to the "Do not stop gradients". In algorithm 1, it look's like InteractiveGCN is the inference procedure and the TrainInteractiveGCN is the train procedure. Can you explain the "Do not stop gradients" more clearly?