You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yuhuayc I think the input "need_backprop" is used to decide whether the gradient should be propagate backward or not. However, I can not find any reference in the defination of the "GradientSilent" layer in'\caffe-fast-rcnn\src\caffe\layers\gradient_silent_layer.cpp'. I wonder if I misunderstand the usage of the input "need_backprop".
@yuhuayc I think the input "need_backprop" is used to decide whether the gradient should be propagate backward or not. However, I can not find any reference in the defination of the "GradientSilent" layer in'\caffe-fast-rcnn\src\caffe\layers\gradient_silent_layer.cpp'. I wonder if I misunderstand the usage of the input "need_backprop".
layer {
name: "loss_cls_filter"
type: "GradientSilent"
bottom: "cls_score"
bottom: "need_backprop"
top: "cls_score_filter"
}
The text was updated successfully, but these errors were encountered: