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

AttributeError: module 'tensorflow' has no attribute 'contrib' #16

Open
joel5638 opened this issue Jul 20, 2021 · 1 comment
Open

AttributeError: module 'tensorflow' has no attribute 'contrib' #16

joel5638 opened this issue Jul 20, 2021 · 1 comment

Comments

@joel5638
Copy link

trying to convert .weight to .pb

Traceback (most recent call last):
File "convert_weights_pb.py", line 5, in
import yolo_v3
File "/home/de-gpu-005/joel/tensorflow-lite-YOLOv3/yolo_v3.py", line 6, in
slim = tf.contrib.slim
AttributeError: module 'tensorflow' has no attribute 'contrib'

Please help

@InputBlackBoxOutput
Copy link

InputBlackBoxOutput commented Sep 8, 2021

Use TensorFlow 1
Have a look at issue #3

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