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 was archived by the owner on May 28, 2024. It is now read-only.
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