Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dcuai
dlexamples
Commits
3f2973d6
"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "cf88652aa84b06b8a7c72f40ba91aa998aa7c93a"
Commit
3f2973d6
authored
Feb 03, 2023
by
qianyj
Browse files
update TensorFlow test code
parent
65ff3f3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TensorFlow/Accuracy_Validation/README.md
TensorFlow/Accuracy_Validation/README.md
+2
-2
TensorFlow2x/Accuracy_Validation/ResNet50_Official/README.md
TensorFlow2x/Accuracy_Validation/ResNet50_Official/README.md
+2
-2
No files found.
TensorFlow/Accuracy_Validation/README.md
View file @
3f2973d6
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
## 运行
## 运行
mpirun -np
4
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
mpirun -np
${num_gpu}
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
# 多卡测试 (混合精度)
# 多卡测试 (混合精度)
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
## 运行
## 运行
mpirun -np
4
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
mpirun -np
${num_gpu}
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
# 测试说明
# 测试说明
...
...
TensorFlow2x/Accuracy_Validation/ResNet50_Official/README.md
View file @
3f2973d6
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
sed -i '99 r configfile' official/vision/image_classification/resnet/resnet_ctl_imagenet_main.py
sed -i '99 r configfile' official/vision/image_classification/resnet/resnet_ctl_imagenet_main.py
export PYTHONPATH=/path/to/tensorflow/model:$PYTHONPATH
export PYTHONPATH=/path/to/tensorflow/model:$PYTHONPATH
mpirun -np $
np
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
mpirun -np $
{num_gpu}
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
# 多卡测试 (混合精度)
# 多卡测试 (混合精度)
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
修改scripts-run/single_process.sh中的--dtype=fp16
修改scripts-run/single_process.sh中的--dtype=fp16
export PYTHONPATH=/path/to/tensorflow/model:$PYTHONPATH
export PYTHONPATH=/path/to/tensorflow/model:$PYTHONPATH
mpirun -np $
np
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
mpirun -np $
{num_gpu}
--hostfile hostfile -mca btl self,tcp --bind-to none scripts-run/single_process.sh
# 测试说明
# 测试说明
...
...
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