Skip to content

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

@wwyl2000

Description

@wwyl2000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions