Saran

Results 16 comments of Saran

i hope retraining the model will help you and also use a new [dataset](https://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html)

use tensorflow version 1.14.0 because tensorflow contrib was removed from the future versions use : `pip install tensorflow==1.4.0`

You should just download the [weights](https://drive.google.com/uc?id=1rRRY-y1KdVk4UB5qhu7BjQHtfadIOmMk&export=download) and keep it into the models directory

See [here](https://www.geeksforgeeks.org/python-convert-speech-to-text-and-text-to-speech/)

keep your data in reddit phrase directory and run "reddit_phrase.py"

you should uninstall your current tensorflow version "pip uninstall tensorflow" then install tensorflow version 1.4.0 "pip install tensorflow==1.4.0"