Skip to main content
Filter by
Sorted by
Tagged with
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() ...
luz_de_guada's user avatar
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. ...
Mr. Ghosh's user avatar