Skip to content

Commit

Permalink
update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nrupatunga committed Apr 3, 2020
1 parent e6c35e8 commit cd610dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def get_args():

# reproducibility
ap.add_argument('--seed', type=int, default=42, help='seed value')
ap.add_argument('--seed', type=int, default=800, help='seed value')

# save path
ap.add_argument('--save_path', default=".", type=str, help='path to save output')
Expand Down

0 comments on commit cd610dd

Please sign in to comment.