Skip to content

Commit

Permalink
Update nll_co_teaching.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taigw committed Oct 4, 2024
1 parent bbc75bf commit 908eb6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymic/net_run/noisy_label/nll_co_teaching.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def training(self):
rampup_end = nll_cfg.get('rampup_end', iter_max)

train_loss_no_select1, train_loss_no_select2 = 0, 0
train_loss1, train_avg_loss2 = 0, 0
train_loss1, train_avg_loss1 = 0, 0
train_loss2, train_avg_loss2 = 0, 0
train_dice_list = []
data_time, gpu_time, loss_time, back_time = 0, 0, 0, 0
self.net.train()
Expand Down

0 comments on commit 908eb6f

Please sign in to comment.