zzw922cn / Automatic_Speech_Recognition

End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
MIT License
2.84k stars 538 forks source link

No module named 'speechvalley' #100

Open Sana-Saeed opened 4 years ago

Sana-Saeed commented 4 years ago

Hi, when I run timit_train.py, I got the error that, "No module named 'speechvalley'". Can any one please help me to solve this issue. I have been using, Python 3.7 with anaconda 4.8.2 on window 7.

Error is as follows:

"File "C:/Users/hp/Desktop/MS Thesis/Automatic_Speech_Recognition-master/Automatic_Speech_Recognition-master/speechvalley/main/timit_train.py", line 27, in from speechvalley.utils import describe, describe, getAttrs, output_to_sequence, load_batched_data, list_dirs, logging, count_params, target2phoneme, get_edit_distance, get_num_classes, check_path_exists, dotdict, activation_functions_dict, optimizer_functions_dict

ModuleNotFoundError: No module named 'speechvalley'"