Git Product home page Git Product logo

armnn-mlperf's People

Contributors

ens-lg4 avatar psyhtest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

armnn-mlperf's Issues

I was getting Error While downloading dependecies

patching file tensorflow/lite/tools/make/download_dependencies.sh

Download dependencies ...

downloading https://mirror.bazel.build/bitbucket.org/eigen/eigen/get/9f48e814419e.tar.gz
downloading https://mirror.bazel.build/github.com/google/gemmlowp/archive/38ebac7b059e84692f53e5938f97a9943c120d98.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 895k 100 895k 0 0 5234k 0 --:--:-- --:--:-- --:--:-- 5234k
/home/samsung/CK-TOOLS/lib-tflite-src-static-1.13.1-gcc-9.3.0-linux-64/src/tensorflow/lite/tools/make/download_dependencies.sh: line 70: unzip: command not found

CK detected a PROBLEM in the third-party CK package:

CK package:           lib-tflite-1.13.1-src-static
Native package URL:   https://github.com/tensorflow/tensorflow
Git checkout:         v1.13.1
CK repo:              mlcommons@ck-mlops
CK repo URL:          https://github.com/mlcommons/ck-mlops
CK package URL:       https://github.com/mlcommons/ck-mlops/tree/master/package/lib-tflite-1.13.1-src-static
Issues URL:           https://github.com/mlcommons/ck-mlops/issues

CK stable package URL: https://cKnowledge.io/c/package/lib-tflite-1.13.1-src-static

Please, check that there is no discussion about this issue at https://cKnowledge.io/c/package/lib-tflite-1.13.1-src-static

Please, submit the original comand line and the *full* log to:
  * https://github.com/ctuning/ck/issues
  * https://github.com/ctuning/ck-mlops/issues

CK error: [package] package installation failed!

Error While installing boost Libraries 504 bad gateway error

Downloading package from 'https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.zip' ...
--2022-01-06 22:04:39-- https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.zip
Resolving dl.bintray.com (dl.bintray.com)... 52.39.229.247, 54.70.2.80
Connecting to dl.bintray.com (dl.bintray.com)|52.39.229.247|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2022-01-06 22:04:40 ERROR 502: Bad Gateway.

Error: downloading package failed!

CK detected a PROBLEM in the third-party CK package:

CK package:           lib-boost-1.66.0
Native package URL:   https://dl.bintray.com/boostorg/release/1.66.0/source
CK repo:              ck-math
CK repo URL:          https://github.com/ctuning/ck-math
CK package URL:       https://github.com/ctuning/ck-math/tree/master/package/lib-boost-1.66.0
Issues URL:           https://github.com/ctuning/ck-math/issues

CK stable package URL: https://cKnowledge.io/c/package/lib-boost-1.66.0

Please, check that there is no discussion about this issue at https://cKnowledge.io/c/package/lib-boost-1.66.0

Please, submit the original comand line and the *full* log to:
  * https://github.com/mlcommons/ck/issues
  * https://github.com/mlcommons/ck-mlops/issues

ArmNN bug tracker

This issue lists all reported bugs affecting porting of MLPerf benchmarks for ArmNN:

Transitive dependency on OpenCL needed

On a platform where the OpenCL driver was not in standard system paths,

$ CK_PYTHON=python3 ck benchmark program:object-detection-armnn-tflite --repetitions=1 \
--env.CK_BATCH_SIZE=1 --env.CK_BATCH_COUNT=50 \
--env.USE_NMS=regular --env.USE_OPENCL

would fail at run-time with:

./detect: error while loading shared libraries: libOpenCL.so: cannot open shared object file: No such file or directory

until I added:

diff --git a/program/object-detection-armnn-tflite/.cm/meta.json b/program/object-detection-armnn-tflite/.cm/meta.json
index aa56a14..fb394c6 100644
--- a/program/object-detection-armnn-tflite/.cm/meta.json
+++ b/program/object-detection-armnn-tflite/.cm/meta.json
@@ -180,6 +180,18 @@
       "sort": 20,
       "tags": "dataset,object-detection,preprocessed"
     },
+    "lib-opencl": {
+      "comment": "Although transitive dependency of ArmNN, still have to add it manually if not in standard system paths",
+      "local": "yes",
+      "name": "OpenCL library",
+      "skip_default": "yes",
+      "add_dict": "yes",
+      "sort": 1,
+      "tags": "lib,opencl",
+      "only_for_target_os_tags": [
+        "linux"
+      ]
+    },
     "lib-flatbuffers": {
       "local": "yes",
       "name": "FlatBuffers library",

(not committed)

Interestingly, it would fail with the same error even with NEON:

$ CK_PYTHON=python3 ck benchmark program:object-detection-armnn-tflite --repetitions=1 \
--env.CK_BATCH_SIZE=1 --env.CK_BATCH_COUNT=50 \
--env.USE_NMS=regular --env.USE_NEON

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.