rolczynski / Automatic-Speech-Recognition

🎧 Automatic Speech Recognition: DeepSpeech & Seq2Seq (TensorFlow)
GNU Affero General Public License v3.0
223 stars 64 forks source link

Running the code without installing the package #20

Closed djo-koconi closed 4 years ago

djo-koconi commented 4 years ago

Hello and thank you for the great work!

I am trying to run the code (training) without installing the package for experimentation. Do you have a script which can help me run it?

I cloned the code and made venv (with pip). When running baseline.py or another examples it gives syntax error for print and No module named 'automatic_speech_recognition'

Thank you

rolczynski commented 4 years ago

Please check if you set up correctly the root source ;)

djo-koconi commented 4 years ago

tnx :)