mltu icon indicating copy to clipboard operation
mltu copied to clipboard

ModuleNotFoundError: No module named 'mltu.tensorflow

Open venkattadkod1974 opened this issue 1 year ago • 0 comments

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'

venkattadkod1974 avatar Oct 17 '24 10:10 venkattadkod1974