JerryLee
JerryLee
you can try `kmeans2` instead of `kmeans` https://github.com/ultralytics/yolov5/blob/064365d8683fd002e9ad789c1e91fa3d021b44f0/utils/autoanchor.py#L84 https://docs.scipy.org/doc/scipy/reference/generated/scipy.cluster.vq.kmeans2.html#scipy.cluster.vq.kmeans2 set `minit="++"` to enable kmeans++ initialization
hello @glenn-jocher I have had few questions about `utils/autoanchors.py` that I have been keeping to myself. but now you are here I would like to ask! --- yolov5 defined 0.98...
It seems like Exaone and Llama share the same input/output pattern - https://github.com/huggingface/transformers/blob/v4.49.0/src/transformers/models/llama/modeling_llama.py#L787 - https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct/blob/main/modeling_exaone.py#L1013 --- I was able to export Exaone by passing `LlamaOnnxConfig` ``` python # transformers==4.47.1 #...