fidler-lab / curve-gcn

Official PyTorch code for Curve-GCN (CVPR 2019)
GNU General Public License v3.0
841 stars 134 forks source link

Confused about the Algorithm 1. #20

Open Zhenjiang-Liu opened 4 years ago

Zhenjiang-Liu commented 4 years ago

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?