mirror of
https://github.com/xuebinqin/DIS.git
synced 2024-11-26 08:43:17 +01:00
Update isnet.py
This commit is contained in:
parent
c5da300d44
commit
e7c38f4902
@ -430,10 +430,6 @@ class ISNetGTEncoder(nn.Module):
|
||||
self.side5 = nn.Conv2d(512,out_ch,3,padding=1)
|
||||
self.side6 = nn.Conv2d(512,out_ch,3,padding=1)
|
||||
|
||||
def compute_loss_max(self, preds, targets, fs):
|
||||
|
||||
return muti_loss_fusion_max(preds, targets,fs)
|
||||
|
||||
def compute_loss(self, preds, targets):
|
||||
|
||||
return muti_loss_fusion(preds,targets)
|
||||
|
Loading…
Reference in New Issue
Block a user