Skip to content

Commit

Permalink
script to run a really small dataset size experiment with batchsize=2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Nov 6, 2023
1 parent 2411096 commit 79783cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LabsSolutions/02-pytorch-asr/small_run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python main_ctc.py --debug train --nhidden_rnn 64 --nlayers_rnn 1 --batch_size 2 --cell_type LSTM

0 comments on commit 79783cc

Please sign in to comment.