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
Hello,
Thanks for your great work! I'm pretty interested in your distance transform loss. But when I want to test the loss separately, I find there is no grad_fn for self.loss_G_chamfer2
Since real_B_gray is input label and doesn't require grad, I believe self.loss_G_chamfer2 should have no grad_fn. So what is the purpose to calculate it? Or is it redundant?
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your great work! I'm pretty interested in your distance transform loss. But when I want to test the loss separately, I find there is no grad_fn for
self.loss_G_chamfer2
APDrawingGAN/models/apdrawing_gan_model.py
Line 308 in 2b0173a
Since
real_B_gray
is input label and doesn't require grad, I believeself.loss_G_chamfer2
should have no grad_fn. So what is the purpose to calculate it? Or is it redundant?The text was updated successfully, but these errors were encountered: