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

Account for ImportError due to tensorflow version #75

Closed
wants to merge 1 commit into from

Conversation

danibene
Copy link
Contributor

Hello! I noticed that there was an ImportError in a test using tensorflow version 2.13.0: https://github.com/deel-ai/deel-lip/actions/runs/5545972296/job/15088178944

So I changed except ModuleNotFoundError: to except ImportError or ModuleNotFoundError: in the relevant file where the import error was occurring.

@cofri
Copy link
Collaborator

cofri commented Jul 24, 2023

Hello @danibene, we are indeed working on bugs that have been introduced with the use of TF 2.13. Thank you for the one you've raised. The tests are still failing due to a deserialization error of our custom objects.

@cofri
Copy link
Collaborator

cofri commented Jul 26, 2023

I've opened a new PR #76 to fix the different issues introduced with TensorFlow 2.13. I cherry-picked your commit to fix the conv_utils import. Are you ok to close this PR?

@danibene
Copy link
Contributor Author

I've opened a new PR #76 to fix the different issues introduced with TensorFlow 2.13. I cherry-picked your commit to fix the conv_utils import. Are you ok to close this PR?

Yup sounds good thanks!

@danibene danibene closed this Jul 26, 2023
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

Successfully merging this pull request may close these issues.

2 participants