pythonlessons / mltu

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

The module 'Models' could not be loaded. #44

Open sulemese opened 4 months ago

sulemese commented 4 months ago

PS C:\Users\şule meşe\Downloads\mltu-main\mltu-main> Models\03_handwriting_recognition\202402160440\logs
Models\03_handwriting_recognition\202402160440\logs : The module 'Models' could not be loaded. For more information, run 'Import-Module Models'. At line:1 char:1

Can you help me please :)

Firdavsbek07 commented 4 months ago

Hi, i had similar problem with some modules. i tried: import sys sys.path.append('D:\\Projects\\python\\web\\Das Auto\\das auto\\captcha\\mltu-main') in the train.py while using 02_captcha_to_text model image

It worked ofr me to find the mltu, and other models in the folder

sulemese commented 4 months ago

thank you for your helps <3

Firdavsbek07 commented 3 months ago

thank you for your helps <3

did it help?

pythonlessons commented 3 months ago

simply use pip install mltu, and if you want to use my models, but it anywhere you want and give full path to it