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 Jan 8, 2023. It is now read-only.
In documentation file https://github.com/google/ftc-object-detection/tree/master/training/README.md, toward the bottom of "Checkpoint Conversion" the bazel run path is given as
tensorflow/contrib/lite/toco:toco
But in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib there is no lite directory. I think the bazel run path should omit the "contrib", and be
tensorflow/lite/toco:toco