We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @qubvel, thank you so much for sharing this awesome tool!
While I was running ./scripts/convert_from_tf_to_keras.sh, attempting to convert the TF model into Keras, I encountered the following error:
./scripts/convert_from_tf_to_keras.sh
============================================== = .......................................... = = Setting up the installation environment... = = .......................................... = ============================================== ========================================== = ...................................... = = Converting the checkpoints to Keras... = = ...................................... = ========================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ............................. ~ ~ Converting efficientnet-b0... ~ ~ ............................. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Using TensorFlow backend. Traceback (most recent call last): File "/Users/yunseong/repos/ai/qubvel-efficientnet/scripts/load_efficientnet.py", line 155, in <module> import eval_ckpt_main File "tf_src/eval_ckpt_main.py", line 31, in <module> import efficientnet_builder File "tf_src/efficientnet_builder.py", line 28, in <module> import efficientnet_model File "tf_src/efficientnet_model.py", line 37, in <module> from condconv import condconv_layers ModuleNotFoundError: No module named 'condconv'
Do you have any clue how I can fix this issue?
The text was updated successfully, but these errors were encountered:
I met the same problem, I guess you'd better download the tensorflow code from https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet.
Sorry, something went wrong.
No branches or pull requests
Hi @qubvel,
thank you so much for sharing this awesome tool!
While I was running
./scripts/convert_from_tf_to_keras.sh
, attempting to convert the TF model into Keras, I encountered the following error:Do you have any clue how I can fix this issue?
The text was updated successfully, but these errors were encountered: