MPWARE
3
Also checked:
and:
No luck.
When I run git lfs ls-files comannd I can see my model but it fails on git push:
0f11b1dd84 * my_models/yolo_model_weights/mosquitoalert-yolov5-baseline.pt
b36d4aa091 * my_models/MYMODEL/weights/best_model.pth
the only change is the addition of best_model.pth file, previous push was working.
my .gitattributes:
*.pth filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text