Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wwyl2000 opened this issue Mar 29, 2023 · 0 comments
Open

Comments

@wwyl2000
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant