Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dcuai
dlexamples
Commits
0e3da4db
Commit
0e3da4db
authored
Aug 01, 2022
by
qianyj
Browse files
update TF coda
parent
c7ad4a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TensorFlow2x/Accuracy_Validation/ResNet50_Official/README.md
TensorFlow2x/Accuracy_Validation/ResNet50_Official/README.md
+2
-2
No files found.
TensorFlow2x/Accuracy_Validation/ResNet50_Official/README.md
View file @
0e3da4db
# 介绍
该测试用例可用于ResNet50等网络
在DTK平台
的性能测试及精度验证。
该测试用例可用于ResNet50等网络的性能测试及精度验证。
# 单卡测试(单精度)
...
...
@@ -24,7 +24,7 @@
export PYTHONPATH=/path/to/tensorflow/model:$PYTHONPATH
mpirun -np $np --hostfile hostfile --bind-to none scripts-run/single_process.sh
多卡测试时需要修改部分代码,具体可参考
[
https://tensorflow.google.cn/guide/migrate/multi_worker_cpu_gpu_training?hl=en
]
多卡测试时需要修改部分代码,具体可参考https://tensorflow.google.cn/guide/migrate/multi_worker_cpu_gpu_training?hl=en
# 参考
[
https://github.com/tensorflow/models/tree/v2.7.0
](
https://github.com/tensorflow/models/tree/v2.7.0/official/vision/image_classification/resnet
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment