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

Small fixes and updates for the python 3.11 upgrade #1172

Merged
merged 11 commits into from
Apr 1, 2024

Conversation

DocGarbanzo
Copy link
Contributor

Fixes and improvement for python 3.11 and TensorFlow 2.15

This PR contains a couple of small fixes for the latest python 3.11 and tensorflow 2.15.* upgrade

  • The tensorrt interpreter now returns the model output as a list and not a dictionary
  • Removed multiple warning from legacy logging warn function by switching to warning
  • Pegged version of pytorch to version 2.1.* that works also when a graphics card is installed
  • Removed switching of gpu evaluations for fastai model, because that segfaults

Copy link
Contributor

@Ezward Ezward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thank you.

@DocGarbanzo DocGarbanzo merged commit 6dade16 into autorope:main Apr 1, 2024
3 checks passed
@DocGarbanzo DocGarbanzo deleted the py_3_11 branch April 4, 2024 19:54
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