tensorflow-on-arm
tensorflow-on-arm copied to clipboard
TensorFlow for Arm
I think u did a really great job for the arm user. But can u update the new version of TensorFlow 2.5.0. Thanks a lot.
hi,when i installed tensorflow1.13,it throwed out this error: "Loading library to get version: libhdf5.so error: libhdf5.so: cannot open shared object file: No such file or directory".after doing some research,i found...
I try to install Tensorflow 1.14.0 on Google Coral. I followed [the instruction by Nam Vu](https://stackoverflow.com/a/60215869/5595995): ``` $ wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.14.0-buster/tensorflow-1.14.0-cp37-none-linux_aarch64.whl $ sudo apt-get install -y python3-dev libhdf5-dev python3-h5py $ sudo...
using --no-cache-dir flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead...
I need the hdfs support for tensorflow. Previously I recompiled tensorflow 1.14.0 to include the hdfs by changing the config file (TF_BUILD_VARS+=" TF_NEED_HDFS=1"; and remove "--config=nohdfs"). But such way does...
This problem cannot be resolved using published command-line solutions. Command line sudo update or install fail with an exception that says "apt-get: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /usr/lib/x86_64-linux-gnu/libapt-pkg.so.6.0)"...
Hi , I have issues when I use the command below I am using python version 3.8.5 ``` docker build -t tf-arm -f Dockerfile . Sending build context to Docker...
To quote a mistake when I user bazel-0.15.0 build tf0.10 on ubuntu16.04 python3.6.8。 My command is “`bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package`”。 **gcc: error: unrecognized command line option '-mfpu=neon'** I don't know...
build in rk3399,not cross-compilation error log: firefly@firefly:~/Downloads/tensorflow-on-arm-master/build_tensorflow$ TF_PYTHON_VERSION=3.6 ./build_tensorflow.sh configs/rk3399.conf [INFO] bazel already installed. HEAD is now at e130e94fffb temp modifications Checking out files: 100% (5001/5001), done. Switched to branch...
On branch 1.13.1 there an error when trying to download https://github.com/unicode-org/icu/archive/release-62-1.tar.gz due to the expected sha is e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761 and the referenced file sha is 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181. On my local machine I...