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 error #26

Open
BrundaAS opened this issue Apr 30, 2020 · 5 comments
Open

tensorflow error #26

BrundaAS opened this issue Apr 30, 2020 · 5 comments

Comments

@BrundaAS
Copy link

File "VehicleMoniter.py", line 32, in
raise ImportError('Please upgrade your tensorflow installation to v1.4.* or later!')
ImportError: Please upgrade your tensorflow installation to v1.4.* or later!

@JiaqiJin
Copy link

JiaqiJin commented May 8, 2020

File "VehicleMoniter.py", line 32, in
raise ImportError('Please upgrade your tensorflow installation to v1.4.* or later!')
ImportError: Please upgrade your tensorflow installation to v1.4.* or later!

You need upgrade your tensorflow version ( pip3 install --user --upgrade tensorflow)

@BrundaAS
Copy link
Author

File "VehicleMoniter.py", line 32, in
raise ImportError('Please upgrade your tensorflow installation to v1.4.* or later!')
ImportError: Please upgrade your tensorflow installation to v1.4.* or later!

You need upgrade your tensorflow version ( pip3 install --user --upgrade tensorflow)

I have tensorflow version 2.0 but still I'm gettung the same error

@sujaykadam
Copy link
Contributor

it uses tensorflow 1.4 doesn't work with any else version install it using
pip install tensorflow==1.4

@rutuja1409
Copy link

it uses tensorflow 1.4 doesn't work with any else version install it using
pip install tensorflow==1.4

Can you please help me solve this error..
with detection_.as_default():
NameError: name 'detection_' is not defined.

I am stuck at the end. can you please check.. Thank you.

@sujaykadam
Copy link
Contributor

it uses tensorflow 1.4 doesn't work with any else version install it using
pip install tensorflow==1.4

Can you please help me solve this error..
with detection_.as_default():
NameError: name 'detection_' is not defined.

I am stuck at the end. can you please check.. Thank you.

answered the question in the raised issue, please discuss about a single issue in the respective discussions, else raise an issue.

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

4 participants