Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !225

Merged
Created Jan 21, 2022 by Oliver Kirsebom@kirsebomOwner

Tensorflow versions

  • Overview 4
  • Commits 3
  • Pipelines 3
  • Changes 2

This merge request addresses this issue: #141 (closed)

I have expanded ketos tensorflow compatibility from tensorflow>=2.2,<=2.5 to tensorflow>=2.2,<=2.7. All unit tests and docstring examples are passing successfully at my end.

HOWEVER: There is a minor issue affecting installations with tensorflow 2.6. When running pip install tensorflow==2.6, for some odd reason pip installs keras v2.7 instead of 2.6. This causes an error when trying to import ketos. The solution is easy, change to the appropriate keras version with pip install keras==2.6.

QUESTION: How do we handle this issue? Do we merely mention somewhere it in the installation docs?

@bpadovese , your thoughts?

Edited Jan 21, 2022 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: tf_compat