Automatic_Speech_Recognition icon indicating copy to clipboard operation
Automatic_Speech_Recognition copied to clipboard

No module named 'speechvalley'

Open Sana-Saeed opened this issue 5 years ago • 0 comments

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'"

Sana-Saeed avatar Feb 22 '20 14:02 Sana-Saeed