libtensorflow_cc icon indicating copy to clipboard operation
libtensorflow_cc copied to clipboard

On `aarch64`, `wget "https://github.com/ika-rwth-aachen/libtensorflow_cc/releases/download/v2.13.0/libtensorflow-cc_2.13.0_$(dpkg --print-architecture).deb"` gives `404 Not Found`

Open SwuduSusuwu opened this issue 5 months ago • 2 comments

Description

Development is on AOSP. Since TensorFlow Lite can not do training (backpropagation), have to use TensorFlow.

Steps to reproduce

~/SusuLib $ wget "https://github.com/ika-rwth-aachen/libtensorflow_cc/releases/download/v2.13.0/libtensorflow-cc_2.13.0_$(dpkg --print-architecture).deb"
--2025-06-07 04:11:34--  https://github.com/ika-rwth-aachen/libtensorflow_cc/releases/download/v2.13.0/libtensorflow-cc_2.13.0_aarch64.deb
Resolving github.com (github.com)... 140.82.116.3
Connecting to github.com (github.com)|140.82.116.3|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-06-07 04:11:35 ERROR 404: Not Found.

SwuduSusuwu avatar Jun 07 '25 11:06 SwuduSusuwu