I am having training via Tflitemodel maker Python and it uses efficientdet architecture. I would like and need to train a model with MobileNetv3 architecture.
Is there anyone could suggest how to do it?
On standard training it uses below script line:
spec = model_spec.get(‘efficientdet_lite1’ )
but to change it to another architecture seems unpossible. Am I right?