Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Release Command

Katsuya Hyodo edited this page Feb 27, 2022 · 91 revisions
cd ~
APPVER=v1.20.1
PACK=${PWD}/packages/tflite2tensorflow

cd git/tflite2tensorflow
gh release create ${APPVER} \
--title "tflite2tensorflow ${APPVER}" \
--notes \
'- Added EdgeTPU optimization process for **`ArgMax`**.
  - When converted with **`--optimizing_for_edgetpu`**, **`ArgMax`** is replaced by **`tf.math.reduce_max`**, **`tf.subtract`**, **`tf.math.minimum`**, and **`tf.multiply`**.' \
${PACK}/calibration_data_img_sample.npy \
${PACK}/flatc.tar.gz \
${PACK}/l_openvino_toolkit_p_2021.4.582.tgz \
${PACK}/nv-tensorrt-repo-ubuntu2004-cuda11.4-trt8.2.3.0-ga-20220113_1-1_amd64.deb \
${PACK}/tensorflow-2.8.0-cp38-none-linux_x86_64.whl \
${PACK}/tflite_runtime-2.8.0-cp38-none-linux_x86_64.whl \
${PACK}/sclblonnx-0.1.9_nvc-py3-none-any.whl \
${PACK}/onnxruntime_gpu-1.11.0-cp38-none-linux_x86_64.whl
Clone this wiki locally