blob: 17d107b133bac7a6cfe0bc7f9ceed35dbc945d4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
# 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**"
|