You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a classification model with MobilenetV3 as the backbone. The trained model was exported to 'vela' format as suggested. However, the flashed board fails to invoke. The classifier model with MobilenetV2 invokes without issue. Is there any way to run the MobilenetV3 models on the board?
My training config files is below, Please let me know if its an error in the config file.
Hi @rn776, the two are almost identical from the model structure you provided, but I suspect that you have an exception in the configuration using MobileNet v3, where the Hardswish Act is not handled correctly by the Vela converter. You can try use Relu6 as an activation function, or if it's convenient, please also provide the pre-exported TFLite and post-exported Vela models, we will do further confirmation and fix it.
Hello, I have a classification model with MobilenetV3 as the backbone. The trained model was exported to 'vela' format as suggested. However, the flashed board fails to invoke. The classifier model with MobilenetV2 invokes without issue. Is there any way to run the MobilenetV3 models on the board?
My training config files is below, Please let me know if its an error in the config file.
The text was updated successfully, but these errors were encountered: