Skip to content

Commit 684aef4

Browse files
authored
Refine Docs for TF Image Recognition Models (#1124)
Signed-off-by: zehao-intel <zehao.huang@intel.com>
1 parent df8d6ec commit 684aef4

File tree

22 files changed

+22
-295
lines changed

22 files changed

+22
-295
lines changed

examples/tensorflow/image_recognition/resnet_v2/quantization/qat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This document is used to list steps of reproducing Intel® Neural Compressor QAT
1515
pip install neural-compressor
1616
```
1717

18-
### Install Tensorflow
18+
### Installation Dependency packages
1919
```shell
20-
pip install tensorflow
20+
pip install -r requirements.txt
2121
```
2222

2323
### Install Intel Extension for Tensorflow

examples/tensorflow/image_recognition/tensorflow_models/densenet121/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/densenet161/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/densenet169/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/efficientnet-b0/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/inception_resnet_v2/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/inception_v1/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/inception_v2/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/inception_v3/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

examples/tensorflow/image_recognition/tensorflow_models/inception_v4/quantization/ptq/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ This example can run on Intel CPUs and GPUs.
1111
## 1. Environment
1212

1313
### Installation
14-
Recommend python 3.6 or higher version.
15-
16-
```shell
17-
# Install Intel® Neural Compressor
18-
pip install neural-compressor
19-
```
20-
21-
### Install Intel Tensorflow
22-
```shell
23-
pip install intel-tensorflow
24-
```
25-
26-
### Installation Dependency packages
14+
Recommend python 3.7 or higher version.
2715
```shell
28-
cd examples/tensorflow/object_detection/tensorflow_models/quantization/ptq
2916
pip install -r requirements.txt
3017
```
3118

0 commit comments

Comments
 (0)