AaltoRSE / speech2text

Instructions to setup and use Aalto speech2text app on Triton.
Other
1 stars 1 forks source link

Restructure code: move functionality to utils.py #20

Open ruokolt opened 7 months ago

ruokolt commented 7 months ago

We could keep submit.py and speech2text.py as clean as possible and keep only argument parsing and main functions in those and move other functionality utils.py. (Some of the functionality is then imported by either submit.py or speech2text.py or both.)