Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Export to Tensorflow Lite for Edge TPU #137

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Luukjn
Copy link

@Luukjn Luukjn commented Jun 18, 2019

I have created an export function as per issue #136
However, the function does not work. It looks like the model is using functions that are not compatible with Tensorflow Lite.
Alas I don't know enough about Tensorflow to attempt to fix this.
It would be appreciated if someone else can look into this.

Luukjn and others added 3 commits June 17, 2019 15:39
Fixed output tensors for export to tf lite
Added width, height and channels parameters to the Exporter.save() method to create a tensor shape.
@lynx97
Copy link

lynx97 commented Dec 11, 2019

@Luukjn I cloned your fork with branch export-tensorflow-lite-edge-tpu but I cannot export to lite. Could you help me out?
2019-12-10 17:41:44.533208: F tensorflow/lite/toco/import_tensorflow.cc:1542] Check failed: data_type == DT_FLOAT Fatal Python error: Aborted

@emedvedev emedvedev changed the title export to tensorflow lite for edge tpu [WIP] Export to Tensorflow Lite for Edge TTPU Apr 7, 2020
@emedvedev emedvedev changed the title [WIP] Export to Tensorflow Lite for Edge TTPU [WIP] Export to Tensorflow Lite for Edge TPU Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants