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

Update Python and TensorFlow versions for PC #35

Open
David-davidlxl opened this issue Sep 22, 2023 · 1 comment
Open

Update Python and TensorFlow versions for PC #35

David-davidlxl opened this issue Sep 22, 2023 · 1 comment

Comments

@David-davidlxl
Copy link
Contributor

Per #34, we're going to have two versions, one for Jetson Nano and the other for a "standard desktop," but since the current version in the repo is for the standard desktop, should I go ahead and update the Python version to 3.11 and the TensorFlow version to 2.13.0?

(What about the other version? Should I write "version-agnostic" code so that the code works with both TensorFlow 2.13.0 and TensorFlow 2.5.0? Or do I not worry about the Jetson Nano's version for now?)

@David-davidlxl David-davidlxl changed the title Update Python and TensorFlow versions Update Python and TensorFlow versions for PC Sep 22, 2023
@davidmallasen
Copy link
Owner

Hello @David-davidlxl .
For now, until we have some way of making sure we're not breaking things in any of the platforms when updating, I wouldn't update to newer versions of Python or any package unless there's a specific reason for it. For example if we need some functionality that is only available on newer versions or if the version we're using currently is no longer maintained (see this for Python). Once we have some basic testing and CI frameworks in place we can aim for the latest updates.

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

2 participants