Skip to content

ditwoo/speech-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to text with catalyst

Data used for testing:

How to run

Create shell file with structure like this:

#!/bin/bash

CONF=<path to config file>
LOGDIR=<path to log dir>
# num timesteps before model == num timesteps after model
export MODEL_OUTPUTS_LENGTH=0
# if do not need to inform about training process please remove
# appropriate callback from configuration file
export CATALYST_TELEGRAM_TOKEN="<bot token>"
export CATALYST_TELEGRAM_CHAT_ID="<chat id>"

[ -e ${LOGDIR} ] && rm -rf ${LOGDIR} && echo " * Removed already existed logdir - '${LOGDIR}'"
catalyst-dl run --expdir sound --config ${CONF} --logdir ${LOGDIR} --verbose

Implemented models:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages