pretrained weights with YOLOX
Hi all,
I'm training a ST_yolox model to detect car. In my user_config.yaml i tried to use this :
pretrained_weights: coco
When i launch the training script i got this error
raise ValueError("\nUnknown or unsupported attribute. Received `{}`{}".format(attr, message))
ValueError:
Unknown or unsupported attribute. Received `pretrained_weights`
Please check the 'training.model' section of your configuration file.
But if i understand correctly we can use this variable
https://github.com/STMicroelectronics/stm32ai-modelzoo-services/blob/main/object_detection/docs/README_TRAINING.md#2-7
If someone can give me some explanation
