Skip to content

Commit

Permalink
add default sentences.txt, fix save steps typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayhane-mamah authored Aug 12, 2018
1 parent b143893 commit ff7f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
parser.add_argument('--restore', type=bool, default=True, help='Set this to False to do a fresh training')
parser.add_argument('--summary_interval', type=int, default=250,
help='Steps between running summary ops')
parser.add_argument('--checkpoint_interval', type=int, default=20,
parser.add_argument('--checkpoint_interval', type=int, default=5000,
help='Steps between writing checkpoints')
parser.add_argument('--eval_interval', type=int, default=10000,
help='Steps between eval on test data')
Expand Down

0 comments on commit ff7f82c

Please sign in to comment.