-
Notifications
You must be signed in to change notification settings - Fork 907
MobileNetV3 #183
Comments
I think they haven't updated "mobilenet_v3.py" file in keras and TF. But I successsfully import MobileNetV3Small in my keras project.
|
Another way to do what @Scottchou7 does is:
|
Mobilenetv3 is available in latest keras version; but it's not available officially with tf.keras as of now. First install latest keras-applications as mentioned by @espetro .
|
I use you way, but is wrong
|
Seeing as how sadly there has been no response from the Keras team regarding this, I contacted TF and this is the response I received |
For reference, the solution offered in the Tensforflow thread consists in: !pip install tf-nightly Then: import tensorflow as tf
tf.keras.applications.MobileNetV3Small returns |
Has anyone here tried to use MobileNetV3 in keras.applications with TimeDistributed? I am having some challenges (Python 3.8.10, keras-nightly==2.10.x). To reproduce error:
More details on error, logs, and other stuff can be seen here: |
I want to do transfer learning using MobileNetV3. I see on here that MobileNetV3 is available, but I don't see it either in the Keras website or on TF. Why is this?
The text was updated successfully, but these errors were encountered: