2 questions from the last 7 days
0
votes
0
answers
23
views
MobileNetV3-Large TFLite Model Works in Notebook But Always Predicts the Same Class in Flutter App
I trained a 46-class image classification model using MobileNetV3-Large with TensorFlow/Keras and saved it as a .keras model. I converted it to TFLite using tf.lite.TFLiteConverter.from_keras_model()
...
0
votes
0
answers
11
views
custom MobileNetV2 on Once-For-All Network architecture search
my group leader assigns the task to reduce the compute cost of mobileNetV2, initially did kernel-size refactoring. I thought to use OFA to check what are the possible modification that can be done. ...