Commit 3e6aff26 authored by sunxx1's avatar sunxx1
Browse files

Merge branch 'qianyj-main-patch-19988' into 'main'

Update README.md(change bs to 128)

See merge request dcutoolkit/deeplearing/dlexamples_new!14
parents b31fa412 2d9ec14d
TenorFlow 框架 训练 图像分类相关网络的代码,tensorflow 官方基准测试程序,使用的数据集是 imagenet。 TenorFlow 框架 训练 图像分类相关网络的代码,tensorflow 官方基准测试程序,使用的数据集是 imagenet。
# 测试运行 # 测试运行
...@@ -8,7 +7,7 @@ TenorFlow 框架 训练 图像分类相关网络的代码,tensorflow 官方基 ...@@ -8,7 +7,7 @@ TenorFlow 框架 训练 图像分类相关网络的代码,tensorflow 官方基
## 基础 benchmark ## 基础 benchmark
- 创建 TensorFlow 运行时环境后,以 resnet50 网络为例,计算其 batch_size=32 num_gpu=1 条件下不同精度下的性能。 - 创建 TensorFlow 运行时环境后,以 resnet50 网络为例,计算其 batch_size=128 num_gpu=1 条件下不同精度下的性能。
### fp32 train ### fp32 train
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment