--- # table name name: "Tensorflow Installation Time and Test Time by System" # table columns cols: - id: "system" name: "System" tip: "System." - id: "package" name: "Package" tip: "Installation package." - id: "install_time" name: "Install Time" tip: "Total installation time." align: "right" - id: "test_time" name: "Test Time" tip: "Total time to run test." align: "right" # table rows rows: - system: "[Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/ \"Raspberry Pi Zero W\")" package: "[Virtualenv/Pip](https://www.tensorflow.org/install/pip \"Install TensorFlow using Virtualenv and Pip\")" install_time: "\\>1 hour" test_time: "40 seconds" - system: "[Raspberry Pi 3 Model B+](https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/ \"Raspberry Pi 3 Model B+\")" package: "[Virtualenv/Pip](https://www.tensorflow.org/install/pip \"Install TensorFlow using Virtualenv and Pip\")" install_time: "10 minutes" test_time: "10 seconds" - system: "[AMD ThreadRipper 1950X](https://www.amd.com/en/products/cpu/amd-ryzen-threadripper-1950x \"AMD Ryzen ThreadRipper 1950x\") ([KVM](https://www.linux-kvm.org/ \"Linux Kernel Virtual Machine\") VM, 8 cores)" package: "[Docker image](https://hub.docker.com/r/tensorflow/tensorflow/ \"TensorFlow Docker image\")" install_time: "**2 minutes**" test_time: "**1.8 seconds**"