Hello
I've tried to re-implement your paper entitled "Deep Structured Energy-Based Image Inpainting" for inpainting problem. However, I could not understand the loss function which you have mentioned in the 10-th line of the Algorithm 1 (which is used for updating $$\theta$$). Please explain it in more details. Specifically, I do not understand how you bring the constraint into the loss function. I think $$y_hat$$ does not depend on theta. Since it is the result of the previous gradient descent on the energy function (line 7). So, it does not make sense to perform optimization on the loss function which is only depend on constants. Please clearly written the loss function with all terms which might be used for it.
Hello$$\theta$$ ). Please explain it in more details. Specifically, I do not understand how you bring the constraint into the loss function. I think $$y_hat$$ does not depend on theta. Since it is the result of the previous gradient descent on the energy function (line 7). So, it does not make sense to perform optimization on the loss function which is only depend on constants. Please clearly written the loss function with all terms which might be used for it.
I've tried to re-implement your paper entitled "Deep Structured Energy-Based Image Inpainting" for inpainting problem. However, I could not understand the loss function which you have mentioned in the 10-th line of the Algorithm 1 (which is used for updating