Closed PkuRainBow closed 6 years ago
@nikolausmayer
Hi,
the Downsample layer brings the groundtruth blob down to the same resolution as the predicted-flow blob. It does not do backpropagation because there is nothing to optimize here. The gradient information from the loss is backpropagated via the predict_flow
bottom blob in the flow_loss
layer, so it's ok to disable the pathway in the downsampling layer.
(closed due to inactivity)
Hi, I have compiled the program successfully..... However, I meet a problem when I want to train the Flying chairs dataset with FlowNet2-C, where I meet the following errors related the code of the Backpropagation.
line #132 - 139 / downsample_layer.cpp & downsample_layer.cu
Here is the case of your provided prototxt.
I am wondering why no bp is allowed and how to solve this problem?