I got some strange behavior yesterday. After compiling my model using yolo11n.pt as start i got error in the optimizer part of dfc.
After using retraining of my old model all goes well.
Did any one have a yolo11n.yaml that is working. To make sure I start from a fresh model. After training with only 1 object. I tested my new model using the .pt model direct. I just recognized a lot of other objects.
So It will help me a lot if anyone is sharing the yaml definition file or the download address for us.
Hey @Kim_Madsen,
This is the official one: hailo_model_zoo/hailo_model_zoo/cfg/networks/yolov11n.yaml at master · hailo-ai/hailo_model_zoo · GitHub
If you post the error you’re running into, we can help modify it to work with your specific network setup if needed.
thx.
I have it to work again with
results = model.train(data=“data.yaml”, epochs=180, imgsz=640 , cache=True , pretrained=False)
It just stopped at 100 epoc and It sems to work well.
with a high score in recon.
1 Like