tiberiu44 / TTS-Cube

End-2-end speech synthesis with recurrent neural networks
https://tiberiu44.github.io/TTS-Cube/
Apache License 2.0
225 stars 45 forks source link

colab notebook missing command to enter the github folder #39

Closed seranus closed 1 year ago

seranus commented 4 years ago

I tried using the colab, it works but there is an error in the paths.

After installing the dependencies, code assumes it's in the the repository folder.

add a line to enter the folder %cd TTS-Cube before !git submodule update --init --recursive

or change the paths to include it