Skip to content
New issue

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

RecursionError: maximum recursion depth exceeded in comparison #590

Open
hrezvan opened this issue Jul 27, 2024 · 0 comments
Open

RecursionError: maximum recursion depth exceeded in comparison #590

hrezvan opened this issue Jul 27, 2024 · 0 comments

Comments

@hrezvan
Copy link

hrezvan commented Jul 27, 2024

When I want to import Segmentation models in Colab, I face this error:
"RecursionError: maximum recursion depth exceeded in comparison".
. How can I fix this issue?

!pip install segmentation-models
!pip install tensorflow==2.1.0
!pip install keras==2.3.1

import tensorflow as tf
import segmentation_models as sm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant