Skip to content

TensorFlow.jl with Google's Coral board #516

Open
@ghost

Description

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:

  1. Is there an API in TensorFlow.jl to convert from TensorFlow to TensorFlow Lite?

FIGURE 1
image

  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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions