Replies: 1 comment
-
Hello @buttke You can find the original model at tfhub: https://tfhub.dev/google/collections/efficientnet_v2/1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'd like to use Recognize's EfficientNet V2 model (/models/efficientnetv2/) in my own project. The json file for the model suggests that it existed in another format previously. Is that version of the model available anywhere? I'd like to be able to run it using Keras.
I tried converting it to the Keras format (
tensorflowjs_converter --input_format=tfjs_layers_model --output_format=keras
), but that failed (Expecting python dict containsclass_name
andconfig
as keys).Beta Was this translation helpful? Give feedback.
All reactions