Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # Train DeepSpeech (train & dev & test csv files are needed)
  2. !./DeepSpeech.py \
  3. --train_files 'data/CV/mn/clips/train.csv' \
  4. --dev_files 'data/CV/mn/clips/dev.csv' \
  5. --test_files 'data/CV/mn/clips/test.csv' \
  6. --epochs 1 \
  7. --export_dir 'data/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement