From edb4ce2ec528731f5151e0da4dd88c5981d5b82a Mon Sep 17 00:00:00 2001 From: ShawnXuan Date: Mon, 10 Aug 2020 15:55:02 +0800 Subject: [PATCH] correct --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a46f396..e279278 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository provides OneFlow deep learning benchmark examples for CV, CTR an ## OneFlow Benchmark Test Reports -| Model | DType | XLA | Throughput | Speedup | +| Model | DType | XLA | Throughput | Speedup on 32 devices | | ----- | ----- | --- | ---------- | ------- | -| [BERT Pretrain](./reports/bert_fp32_report.md) | Float32 | No | 530k tokens/sec | 28.54 | | [ResNet50-V1.5](./reports/resnet50_v15_fp32_report.md) | Float32 | No | 11.6k imges/sec | 30.4 | +| [BERT base Pretrain](./reports/bert_fp32_report.md) | Float32 | No | 530k tokens/sec | 28.54 |