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

Tensorflow downgrade required for DLC #839

Closed
samuelbray32 opened this issue Feb 16, 2024 · 1 comment · Fixed by #834
Closed

Tensorflow downgrade required for DLC #839

samuelbray32 opened this issue Feb 16, 2024 · 1 comment · Fixed by #834
Labels
bug Something isn't working position

Comments

@samuelbray32
Copy link
Collaborator

samuelbray32 commented Feb 16, 2024

Describe the bug
Building an environment from environment_dlc.yml did not initially allow for training.

Solution

pip install "tensorflow<=2.12"

See this issue on DLC

Other Relevant info

  • Initial error when running led me here on tensorflow. Seems there's a known bug in the most recent release that should be fixed in future

  • I'm not sure why DLC doesn't restrict the tensorflow dependency if it's a known requirement. Don't know if we want to pin it in the dlc yml or just leave this issue up as a solution for people

@edeno edeno added the bug Something isn't working label Feb 16, 2024
@edeno
Copy link
Collaborator

edeno commented Feb 16, 2024

Let's just restrict for now and then remove it when it no longer becomes an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working position
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants