Skip to content

Commit

Permalink
Update arg_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun authored Oct 7, 2023
1 parent 9acbcad commit 8f14418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions domainlab/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ def mk_parser_main():

parser.add_argument('--epo_te', default=1, type=int,
help='test performance per {} epochs')

parser.add_argument('-w', '--warmup', type=int, default=100,
help='number of epochs for hyper-parameter warm-up. \
Set to 0 to turn warmup off.')

parser.add_argument('--debug', action='store_true', default=False)
parser.add_argument('--dmem', action='store_true', default=False)
Expand Down

0 comments on commit 8f14418

Please sign in to comment.