go-tflite
go-tflite copied to clipboard
Include path changed for tensorflow files
You may or may not have seen the git issue where I was trying to get the edgetpu to work for DOODS.
With the tensorflow commit that supports the edgetpu they have changed the import path to
tensorflow/lite/c/c_api.h
from tensorflow/lite/experimental/c/c_api.h
Not sure how you want to handle this. I was trying to base my DOODS code off of your repo.
Hi @snowzach interested in whether you found a resolution to this. I'm trying to decide whether to revert to an older version of tensorflow (and Bazel), or if there is a workaround. Many thanks!
He @seyoung720 I still run my own fork of this repo unfortunately. I haven't looked in a while to see if I can revert to using this repo again.