diff options
-rw-r--r-- | content/posts/2019-04-06-tensorflow-on-a-raspberry-pi-zero-w-is-a-bad-idea.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/content/posts/2019-04-06-tensorflow-on-a-raspberry-pi-zero-w-is-a-bad-idea.md b/content/posts/2019-04-06-tensorflow-on-a-raspberry-pi-zero-w-is-a-bad-idea.md index 14cba0f..a4d2269 100644 --- a/content/posts/2019-04-06-tensorflow-on-a-raspberry-pi-zero-w-is-a-bad-idea.md +++ b/content/posts/2019-04-06-tensorflow-on-a-raspberry-pi-zero-w-is-a-bad-idea.md @@ -12,11 +12,7 @@ The answer? You can, but it's a bad idea. The [Raspberry Pi Zero][pizerow] is a single core [ARMv6][], with no [NEON][]. Which means it's slow: -| System | Package | Install Time | Test Time | -| ------ | ------- | ------------:| ----------:| -| [Raspberry Pi Zero W][pizerow] | [Virtualenv/Pip][tf-pip] | >1 hour | 40 seconds | -| [Raspberry Pi 3 Model B+][pi3bp] | [Virtualenv/Pip][tf-pip] | 10 minutes | 10 seconds | -| [AMD ThreadRipper 1950X][cpu] ([KVM][] VM, 8 cores) | [Docker image][tf-img] | **2 minutes** | **1.8 seconds** | +{{< table "tensorflow_on_pi" "times" >}} **Details** @@ -96,7 +92,7 @@ sys 0m0.016s [saf]: https://forums.somethingawful.com/ "Something Awful Forums" [kvm]: https://www.linux-kvm.org/ "Linux Kernel Virtual Machine" [docker]: https://www.docker.com/ "Docker" -[tensorflow]: https://www.tenssorflow.org/ "TensorFlow machine learning framework" +[tensorflow]: https://www.tensorflow.org/ "TensorFlow machine learning framework" [tf-img]: https://hub.docker.com/r/tensorflow/tensorflow/ "TensorFlow Docker image" [tf-pip]: https://www.tensorflow.org/install/pip "Install TensorFlow using Virtualenv and Pip" [simd]: https://en.wikipedia.org/wiki/SIMD "Single Instruction, Multiple Data" |