Open StillerPatrick opened 2 years ago
In the HPMLoss the weighting is not set correctly.
super(HPMLoss, self).__init__(dataset, None, name, norm='L2', weight=1.)
should be
super(HPMLoss, self).__init__(dataset, None, name, norm='L2', weight=weight)
In the HPMLoss the weighting is not set correctly.
should be