pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

No module named 'mltu.tensorflow' #20

Closed asad-ali-bhatti closed 11 months ago

asad-ali-bhatti commented 11 months ago

I am using Pythong 3.8.17. mltu==0.1.4 and Tensorflow 2.10.0. when I try to run train.py it gives this.

raceback (most recent call last):
  File "train.py", line 7, in <module>
    from mltu.tensorflow.dataProvider import DataProvider
ModuleNotFoundError: No module named 'mltu.tensorflow'
pythonlessons commented 11 months ago

I recommend using newest version of mltu