This repository was archived by the owner on Nov 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Release Command
Katsuya Hyodo edited this page Feb 27, 2022
·
174 revisions
cd ~
APPVER=v1.29.0
PACK=${PWD}/packages/openvino2tensorflow
cd git/openvino2tensorflow
gh release create ${APPVER} \
--title "openvino2tensorflow ${APPVER}" \
--notes \
'- Added EdgeTPU optimization process for **`ArgMax`**.
- **`--replace_argmax`**
- Replace **`ArgMax`** with a primitive operation. Optimizes **`ArgMax`** to EdgeTPU. If you have **`ArgMax`** at the end of your model, use the **`--replace_argmax_indices_to_float32`** option together.
- **`--replace_argmax_indices_to_float32`**
- Enabling this option may allow full mapping to EdgeTPU when **`ArgMax`** is at the end of the model for tasks such as SemanticSegmentation. If you apply it to **`ArgMax`**, which is located in the middle of the model, the model transformation is more likely to fail.' \
${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