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, thank you for your contribution. Following the BerHuber loss that u implemented, I am not sure if that is the correct implementation. I would suggest something like this:
class berHuLoss(nn.Module):
def init(self):
super(berHuLoss, self).init()
Hi, thank you for your contribution. Following the BerHuber loss that u implemented, I am not sure if that is the correct implementation. I would suggest something like this:
class berHuLoss(nn.Module):
def init(self):
super(berHuLoss, self).init()
what do u think?
The text was updated successfully, but these errors were encountered: