Skip to content

Commit

Permalink
set default epochs to converge
Browse files Browse the repository at this point in the history
  • Loading branch information
wasertech committed Jun 4, 2022
1 parent 682a125 commit 65aef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STT/Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV TEST_BATCH_SIZE=$test_batch_size
ARG n_hidden=2048
ENV N_HIDDEN=$n_hidden

ARG epochs=30
ARG epochs=45
ENV EPOCHS=$epochs

ARG learning_rate=0.0001
Expand Down

0 comments on commit 65aef10

Please sign in to comment.