Skip to content

Commit

Permalink
DeepLabV3 & DeepLabV3+
Browse files Browse the repository at this point in the history
  • Loading branch information
VainF committed Dec 3, 2019
1 parent 27aef46 commit 49653cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_argparser():
parser.add_argument("--crop_size", type=int, default=513)

parser.add_argument("--ckpt", default=None, type=str,
help="path to trained model. Leave it None if you want to retrain your model")
help="restore from checkpoint")
parser.add_argument("--loss_type", type=str, default='cross_entropy',
choices=['cross_entropy', 'focal_loss'], help="loss type (default: False)")
parser.add_argument("--gpu_id", type=str, default='0',
Expand Down

0 comments on commit 49653cc

Please sign in to comment.