Skip to content

Commit

Permalink
fix paramteric training parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
vcepaitis committed Dec 13, 2019
1 parent 3980087 commit 23dc36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Training/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_model_memory_usage(batch_size, model):
help='overwrite output folder', default=False)
parser.add_argument('-p', '--parametric', action='store_true',
dest='parametric',
help='train a parametric model', default=True)
help='train a parametric model', default=False)
parser.add_argument('--opt', action='store_true',default=False,
dest='opt',
help='optimize training through back stepping on class loss')
Expand Down

0 comments on commit 23dc36f

Please sign in to comment.