Михаил

Results 98 comments of Михаил

Thank you, I will add this information to the library.

@Matvezy Hi! Tell me, is there a simple way to run validation in your framework without training? I don't have many resources to run training for checking, but I can...

@Matvezy Should I continue working on the project? Or will you stick with pycocotools? The guys at Ultralytics have already implemented it. https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/val.py#L462

Try using something like this: ```py text = f"" + data["sentence"].strip() ```

Yes, that's right. The only thing is that it will take a long time to learn. 24 hours of training did not give me very good results. But the model...

In principle, I can share the code with which I trained my models as an example in this repository. If I am supported) @aluminumbox

> > In principle, I can share the code with which I trained my models as an example in this repository. If I am supported) > > @aluminumbox > >...

In principle, I managed to train the model well in my language (Russian). By adding the language identifier to f"". But there are some small errors: 1) The accent the...

> > In principle, I managed to train the model well in my language (Russian). By adding the language identifier to f"". > > But there are some small errors:...

![изображение](https://github.com/user-attachments/assets/8647e6b9-787a-4429-887e-e2af773a4d69) There are quite a few hours of data. Perhaps I didn't set up the training very well. ``` train_conf: optim: adam optim_conf: lr: 1e-4 scheduler: constantlr ```