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
This is the error I am getting when I am trying to import segmentation_models
The text was updated successfully, but these errors were encountered:
Try to add
import os os.environ['SM_FRAMEWORK'] = 'tf.keras'
before importing keras and segmentation_models.
Sorry, something went wrong.
Adding on to @jensleitloff 's answer, this answer on StackOverflow provides some more alternate approaches.
The accepted answer worked for me on a local machine and the answer in this thread worked for Kaggle/Colab.
this answer helped alot
this may help #582
No branches or pull requests
This is the error I am getting when I am trying to import segmentation_models
The text was updated successfully, but these errors were encountered: