ASL icon indicating copy to clipboard operation
ASL copied to clipboard

How to pass weights to ASL?

Open RayShark opened this issue 2 years ago • 0 comments

Nice work! I wonder how to pass weights to this custom ASL loss, because our previous task used 'criterion = nn.BCEWithLogitsLoss(weight=self.y_pos_weight)'. Can you give some advice on handling the weights parameter? Thanks a lot~

RayShark avatar Jan 17 '22 09:01 RayShark