You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Well, I also was looking for updated examples targeting tf 2.13, python 3.11 but it seems there is not much out thre. This project could be the best starting point. Or there are other resources or manuals?
I managed to workaround and use newer python version (3.7) and tensorflow 2.8 and 2.9. It wasn't pretty but it worked. Unsure about all the things I needed to do but here is what I remember:
in configure.sh I needed to change PIP="pip3.7" and I needed to change -std=c++11 to -std=c++14 and "libtensorflow_framework.so" to "libtensorflow_framework.so.2" in bunch of places.
Sadly I don't have better instructions or time to create easy to follow and reproduce instructions. Good luck.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Need a working example how to build the custom ops for new tensorflow versions - like 2.8.
Current docker container come with old python version (3.6) and won't even allow me to pip install tensorflow-cpu==2.8.2.
There is a need to either update the docker containers for building custom ops or provide updated documentation.
Also the instructions run out of sync with https://www.tensorflow.org/guide/create_op which now uses tf_custom_op_library
Thank you
The text was updated successfully, but these errors were encountered: