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

tensorflow2 running in ubuntu20.04 ros noetic #12

Open
zltrock opened this issue Feb 3, 2021 · 2 comments
Open

tensorflow2 running in ubuntu20.04 ros noetic #12

zltrock opened this issue Feb 3, 2021 · 2 comments

Comments

@zltrock
Copy link

zltrock commented Feb 3, 2021

will you plan to support tensorflow2 running in ubuntu20.04 ros noetic ?

@codebot
Copy link
Member

codebot commented Feb 3, 2021

I am not familiar with the differences between TensorFlow and TensorFlow 2. If the Python API has major changes, I'm not sure when we will be able to update this package. I'd be very happy to review a PR, though! Thanks.

@MingshanHe
Copy link

I have successfully run in the Ubuntu 20.04 ros noetic, you just need to replace the code
import tensorflow as tf
to
import tensorflow.compat.v1 as tf
and disable the tf2 is ok.

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

3 participants