This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62A: How to generate pt file under mmyolo repo

Part Number: PROCESSOR-SDK-AM62A

Tool/software:

Hello,

I generated pth file by refering following URL.
* https://github.com/TexasInstruments/edgeai-tensorlab/issues/7
* Used "$ python3 tools/train.py configs/yolov8/yolov8_s_syncbn_fast_8xb16-500e_coco.py --model-surgery 1" command to generate model.

However, after checking genrated file under "work_dirs", I only find "pth" file. If possible, I would like to generate "pt" file as well.
Is there any way to create this file ?

Best Regards,