File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
python/paddle/fluid/contrib/slim/tests Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,14 @@ Image classification models performance was measured using a single thread. The
162
162
163
163
> ** Intel(R) Xeon(R) Gold 6271**
164
164
165
- | Model | FP32 (images/s) | INT8 QAT (images/s) | Ratio (INT8/FP32) |
166
- | :----------: | :-------------: | :-----------------: | :---------------: |
167
- | MobileNet-V1 | 77.00 | 210.76 | 2.74 |
168
- | MobileNet-V2 | 88.43 | 182.47 | 2.06 |
169
- | ResNet101 | 7.20 | 25.88 | 3.60 |
170
- | ResNet50 | 13.26 | 47.44 | 3.58 |
171
- | VGG16 | 3.48 | 10.11 | 2.90 |
172
- | VGG19 | 2.83 | 8.77 | 3.10 |
165
+ | Model | FP32 (images/s) | INT8 (images/s) | Ratio (INT8/FP32) |
166
+ | :------------: | :---------------: | :---------------: | :-----------------: |
167
+ | MobileNet-V1 | 74.76 | 221.80 | 2.97 |
168
+ | MobileNet-V2 | 94.19 | 195.78 | 2.08 |
169
+ | ResNet101 | 7.16 | 26.51 | 3.70 |
170
+ | ResNet50 | 13.22 | 49.40 | 3.74 |
171
+ | VGG16 | 3.51 | 10.25 | 2.92 |
172
+ | VGG19 | 2.84 | 8.58 | 3.02 |
173
173
174
174
> ** Intel(R) Xeon(R) Gold 6148**
175
175
@@ -204,7 +204,6 @@ Notes:
204
204
205
205
#### Performance
206
206
207
-
208
207
> ** Intel(R) Xeon(R) Gold 6271**
209
208
210
209
| Model | Threads | FP32 Latency (ms) | QAT INT8 Latency (ms) | Ratio (FP32/INT8) |
You can’t perform that action at this time.
0 commit comments