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

ModuleNotFoundError: No module named 'speechvalley.utils.lnRNNCell' #114

Open wwyl2000 opened 1 year ago

wwyl2000 commented 1 year ago

Hi, When trying to run, i got the following errors: Exception has occurred: ModuleNotFoundError No module named 'speechvalley.utils.lnRNNCell' File "/home/audio_ml/group_space/liweiy/work/Automatic_Speech_Recognition/speechvalley/utils/init.py", line 12, in from speechvalley.utils.lnRNNCell import BasicRNNCell as lnBasicRNNCell File "/home/audio_ml/group_space/liweiy/work/Automatic_Speech_Recognition/speechvalley/main/libri_train.py", line 28, in from speechvalley.utils import load_batched_data, describe, describe, getAttrs, output_to_sequence, 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.utils.lnRNNCell'

For the following lines: from speechvalley.utils.lnRNNCell import BasicRNNCell as lnBasicRNNCell from speechvalley.utils.lnRNNCell import GRUCell as lnGRUCell from speechvalley.utils.lnRNNCell import BasicLSTMCell as lnBasicLSTMCell

In utils, i did not see lnRNNCell module. Could you please check the problem? Thanks, WWL