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

Doesn't work with anything remotely recent. #9

Closed
acidtonic opened this issue Sep 17, 2020 · 2 comments
Closed

Doesn't work with anything remotely recent. #9

acidtonic opened this issue Sep 17, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@acidtonic
Copy link

Doesn't work.

Tensorflow older versions won't work with newer cuda 10.1 which I need for my own project.
New tensorflow lacks tf.contrib.slim and ridiculously expects everyone to just rewrite everything despite the fact I'm following a guide.
Now this requires tensorflow-addons, and that complains about tensorflow being too new.

To think I almost made this time.... What a sad state of affairs, terribly glad I live in C++ land.

Traceback (most recent call last):
File "onnx2tf.py", line 13, in
file.write(output.graph.as_graph_def().SerializeToString())
AttributeError: 'NoneType' object has no attribute 'as_graph_def'

@acidtonic acidtonic added the bug Something isn't working label Sep 17, 2020
@zldrobit
Copy link
Owner

Would you like to use TF 2.x?
In this PR, I wrote a newer version of code to convert Ultralytics Yolov5 to TF and TFLite models.

@zldrobit
Copy link
Owner

zldrobit commented Jan 4, 2021

Close due to no recent activity. If you have further question, plz reopen it.

@zldrobit zldrobit closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants