You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: