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
Hi, thanks for your contribution.
when I read your paper, you use l2 loss as your loss function.
However, in your code, it seems like you used l1 loss, am I right?
Train.py:(line 25)
mse = nn.L1Loss().cuda()
so, the result in your paper is obtained by L1 or L2 loss?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your contribution.
when I read your paper, you use l2 loss as your loss function.
However, in your code, it seems like you used l1 loss, am I right?
Train.py:(line 25)
mse = nn.L1Loss().cuda()
so, the result in your paper is obtained by L1 or L2 loss?
The text was updated successfully, but these errors were encountered: