Skip to content

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
RuntimeRacer committed Nov 2, 2021
1 parent 60475cd commit 483e128
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions encoder_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
parser.add_argument("--no_visdom", action="store_true", help= \
"Disable visdom.")
parser.add_argument("-t", "--threads", type=int, default=8)
parser.add_argument("-bs", "--batch_size", type=int, default=64)
parser.add_argument("-ut", "--utterances", type=int, default=10)
parser.add_argument("-e", "--end_after", type=int, help= \
"Amount of steps to end training after; saving the model.")
args = parser.parse_args()
Expand Down

0 comments on commit 483e128

Please sign in to comment.