tensorflow-aarch64 icon indicating copy to clipboard operation
tensorflow-aarch64 copied to clipboard

TensorFlow wheels (whl) for aarch64 / ARMv8 / ARM64

Results 7 tensorflow-aarch64 issues
Sort by recently updated
recently updated
newest added

would this wheel work on M1 pro Docker , tried but it does not import tensor flow and result in no module found error. => [internal] load build definition from...

I had been trying for hours to install tensorflow with the pip install tensorflow command on my raspberry pi 3, but it kept giving me the no candidate found and...

Can i ask you to compile tensorflow aarch64 with CUDA 10.2 and Python 3.8 support ? I've installed your version, but it seems like it doesn't use GPU for calculations:...

pip install tensorflow -f https://tf.kmtea.eu/whl/stable.html Looking in links: https://tf.kmtea.eu/whl/stable.html warning: missing-index-doctype × The package index page being used does not have a proper HTML doctype declaration. ╰─> Problematic URL: https://tf.kmtea.eu/whl/stable.html...

Hi, Tensorflow 2.7 fails to install on debian 10 aarch64, while 2.6 can. `pip3 install tensorflow -f https://tf.kmtea.eu/whl/stable.html` seems not to locate the binary version of h5py correctly. The workaround...

According to your method, I compiled tensorflow_aarch64 on tf2.5, but it reported an error: `ERROR: /root/tensorflow/tensorflow/python/BUILD:2531:29: Linking of rule '//tensorflow/python:gen_candidate_sampling_ops_py_wrappers_cc' failed (Exit 1): gcc failed: error executing command /usr/bin/gcc @bazel-out/host/bin/tensorflow/python/gen_candidate_sampling_ops_py_wrappers_cc-2.params...

I will like to build a tensorflow 2.2 image on a Mac. However, it seems that the docker build does not seems to end. Is it possible to find a...