Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reacher-l authored Apr 10, 2021
1 parent 2fcde51 commit e19dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def create_model(ema=False):
best_AA = AA
best_loss = epoch_loss
torch.save({
'name': 'resnest50_lovasz_edge_rotate',
'name': 'baseline+cosine+ms2+ema+uniformsample',
'epoch': epoch + 1,
'state_dict': ema_model.state_dict(),
'best_miou': best_miou,
Expand Down

0 comments on commit e19dc78

Please sign in to comment.