Skip to content
Snippets Groups Projects
Commit 21772303 authored by Driss KHALIL's avatar Driss KHALIL
Browse files

update MultiSoftJaccardBCELogitsLoss forward method

parent d69ea05b
No related branches found
No related tags found
1 merge request!23Fix hed error
Pipeline #50957 passed
......@@ -180,7 +180,7 @@ class MultiSoftJaccardBCELogitsLoss(SoftJaccardBCELogitsLoss):
def __init__(self, alpha=0.7):
super(MultiSoftJaccardBCELogitsLoss, self).__init__(alpha=alpha)
def forward(self, inputlist, target):
def forward(self, input, target , mask):
"""
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment