mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Update arg_parse.py
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
"""
|
||||
List of default args which mught be useful for all the available flags
|
||||
Might need to update with the new flags
|
||||
"""
|
||||
|
||||
def add_default_args(parser, root_dir, rand_seed=None, possible_model_names=None):
|
||||
|
||||
@@ -73,4 +76,4 @@ def add_default_args(parser, root_dir, rand_seed=None, possible_model_names=None
|
||||
parser.add_argument('--local', dest='local', action='store_true', help='enables local tng')
|
||||
|
||||
# optimizer
|
||||
parser.add_argument('--lr_scheduler_milestones', default=None, type=str)
|
||||
parser.add_argument('--lr_scheduler_milestones', default=None, type=str)
|
||||
|
||||
Reference in New Issue
Block a user