Skip to content

ModuleNotFoundError: No module named 'mltu.tensorflow #63

@venkattadkod1974

Description

@venkattadkod1974

I am trying to run the speech recognition code with mltu version 0.1.7 but i am getting some basic error when i run train.py on google collab. can someone help why it is not able to find mltu.tensorflow module

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 18>()
16 from mltu.preprocessors import WavReader
17
---> 18 from mltu.tensorflow.dataProvider import DataProvider
19 from mltu.transformers import LabelIndexer, LabelPadding, SpectrogramPadding
20 from mltu.tensorflow.losses import CTCloss

ModuleNotFoundError: No module named 'mltu.tensorflow'

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