Kuan-Chieh Hsu
Kuan-Chieh Hsu
Thank you for providing this wonderful repo. I'm curious about how do you generate those models for each application? Is there any source code available? I would like to try...
Hi Team, I notice that there are several ways to improve performance such as model pipelining on multiple edge TPUs, model co-compiling technique to avoid alter-eviction on cache. If two...
tf version: 1.1.0 python version: 3.4.5 ======================= 2018-03-15T11:38:40.251583: step 1, loss 68.8194 Traceback (most recent call last): File "/dhome/jayhsu/miniconda2/envs/ENV/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 1039, in _do_call return fn(*args) File "/dhome/jayhsu/miniconda2/envs/ENV/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 1021, in...
Hi, I found that there is an compiling error when I trying to natively build this project on Jetson nano the aarch64 arch. Here is part of the output. Any...
I face the following problem when I try to make this project: ``` ~/edgetpu-minial-example/build $ make [7%] Performing download step (git clone) for 'tf' Cloning into 'tf' ... ``` And...