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
I want to use TensorFlow.jl to work with Google’s Coral board (https://coral.ai/docs/edgetpu/models-intro/).
In order to do this, I have to convert the .pb graph to a quantized .tflite graph. So:
Is there an API in TensorFlow.jl to convert from TensorFlow to TensorFlow Lite?
FIGURE 1
Or is it possible to use the Python API for doing this? (https://www.tensorflow.org/lite/convert/python_api)
Check Figure 2. I got it from the JuliaCon presentation. It was said that it is possible to share code with Python users.
FIGURE 2
The text was updated successfully, but these errors were encountered:
Hello
I want to use TensorFlow.jl to work with Google’s Coral board (https://coral.ai/docs/edgetpu/models-intro/).
In order to do this, I have to convert the .pb graph to a quantized .tflite graph. So:
FIGURE 1
Check Figure 2. I got it from the JuliaCon presentation. It was said that it is possible to share code with Python users.
FIGURE 2
The text was updated successfully, but these errors were encountered: