mltu icon indicating copy to clipboard operation
mltu copied to clipboard

Machine Learning Training Utilities (for TensorFlow and PyTorch)

Results 18 mltu issues
Sort by recently updated
recently updated
newest added

Hi sir Do you know any pre-trained models that classify texts whether it is handwritten or printed If not can you please tell me how to build a model from...

Hello, Can you help me to fix this? ValueError: The filepath provided must end in `.keras` (Keras model format). Received: filepath=Models/02_captcha_to_text/202403291006/model.h5

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 + Models\03_handwriting_recognition\202402160440\logs + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound:...

I saw that your augmentators ultility has no distortion technique, can you somehow add it? Thank you so much!

I'm new to Machine Learning and I'm currently encountering an issue during my machine learning training related to TensorFlow and ONNX. When installing TensorFlow, I encounter an error related to...

hey i get stucked with this issue when i doing the training ![image](https://github.com/pythonlessons/mltu/assets/65415443/96abfd1e-2baf-4e97-952e-7749f2e872ec) my dataset : ![image](https://github.com/pythonlessons/mltu/assets/65415443/b90422d4-6d7b-4536-b515-e18dc6253405) path : ![image](https://github.com/pythonlessons/mltu/assets/65415443/cb3699fd-45fc-4a1e-ac41-6f696a8a5243) folders : ![image](https://github.com/pythonlessons/mltu/assets/65415443/4f81d545-e3dc-4cfe-bd68-3272ef581caf) maybe this can help you for understanding:...

Hi @pythonlessons, I'm trying to use the image to word Tutorial. I changed the train.py a bit in order to read my images and labels better. The only change was...

Hi, I am trying to train my model on my database according to the tutorial and sometimes the training takes quite a long time so I wanted to load the...

Hi! Model ended training with **Epoch 51: early stopping** . I am training with dataset 1040 images? I am training with my 1040 labled images given below but when I...