已合并
fix: rename sample_dynmaic_batch to sample_dynamic_batch #3676
tanmengjie创建于 6月23日
fix: rename sample_dynmaic_batch to sample_dynamic_batch #3676
已合并
tanmengjie创建于 6月23日
10 个文件变更+8-8
Rexamples/gesession/sample_dynmaic_batch/CMakeLists.txtexamples/gesession/sample_dynamic_batch/CMakeLists.txt+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/README.mdexamples/gesession/sample_dynamic_batch/README.md+4-4
@@ -45,9 +45,9 @@
45 45 
461. 以运行用户登录开发环境。461. 以运行用户登录开发环境。
47 47 
48-2. 下载代码并上传至环境后,请先进入根目录下"examples/gesession/sample_dynmaic_batch"样例目录。48+2. 下载代码并上传至环境后,请先进入根目录下"examples/gesession/sample_dynamic_batch"样例目录。
49 49 
50- 请注意,下文中的样例目录均指"examples/gesession/sample_dynmaic_batch"目录。50+ 请注意,下文中的样例目录均指"examples/gesession/sample_dynamic_batch"目录。
51 51 
523. 准备ResNet-50模型。523. 准备ResNet-50模型。
53 1. 获取ResNet-50原始模型。53 1. 获取ResNet-50原始模型。
@@ -75,9 +75,9 @@
75 75 
761. 以运行用户登录开发环境。761. 以运行用户登录开发环境。
77 77 
78-2. 请先进入根目录下"examples/gesession/sample_dynmaic_batch"样例目录。78+2. 请先进入根目录下"examples/gesession/sample_dynamic_batch"样例目录。
79 79 
80- 请注意,下文中的样例目录均指"examples/gesession/sample_dynmaic_batch"目录。80+ 请注意,下文中的样例目录均指"examples/gesession/sample_dynamic_batch"目录。
81 81 
823. 切换到"样例目录/scripts",编译程序。823. 切换到"样例目录/scripts",编译程序。
83 83 
Rexamples/gesession/sample_dynmaic_batch/README_en.mdexamples/gesession/sample_dynamic_batch/README_en.md+4-4
@@ -45,9 +45,9 @@ In this sample:
45 45 
461. Login to development environment as running user.461. Login to development environment as running user.
47 47 
48-2. After downloading the code and uploading to the environment, please first enter the "examples/gesession/sample_dynmaic_batch" sample directory under the root directory.48+2. After downloading the code and uploading to the environment, please first enter the "examples/gesession/sample_dynamic_batch" sample directory under the root directory.
49 49 
50- Note that the sample directory in the following text refers to the "examples/gesession/sample_dynmaic_batch" directory.50+ Note that the sample directory in the following text refers to the "examples/gesession/sample_dynamic_batch" directory.
51 51 
523. Prepare ResNet-50 model.523. Prepare ResNet-50 model.
53 1. Obtain the ResNet-50 original model.53 1. Obtain the ResNet-50 original model.
@@ -75,9 +75,9 @@ In this sample:
75 75 
761. Login to development environment as running user.761. Login to development environment as running user.
77 77 
78-2. Please first enter the "examples/gesession/sample_dynmaic_batch" sample directory under the root directory.78+2. Please first enter the "examples/gesession/sample_dynamic_batch" sample directory under the root directory.
79 79 
80- Note that the sample directory in the following text refers to the "examples/gesession/sample_dynmaic_batch" directory.80+ Note that the sample directory in the following text refers to the "examples/gesession/sample_dynamic_batch" directory.
81 81 
823. Switch to "sample directory/scripts" and compile the program.823. Switch to "sample directory/scripts" and compile the program.
83 83 
Rexamples/gesession/sample_dynmaic_batch/scripts/build.shexamples/gesession/sample_dynamic_batch/scripts/build.sh+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/scripts/run.shexamples/gesession/sample_dynamic_batch/scripts/run.sh+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/scripts/transfer_pic.pyexamples/gesession/sample_dynamic_batch/scripts/transfer_pic.py+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/src/CMakeLists.txtexamples/gesession/sample_dynamic_batch/src/CMakeLists.txt+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/src/main.cppexamples/gesession/sample_dynamic_batch/src/main.cpp+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/src/sample_dynamic_batch.cppexamples/gesession/sample_dynamic_batch/src/sample_dynamic_batch.cpp+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/src/sample_dynamic_batch.hexamples/gesession/sample_dynamic_batch/src/sample_dynamic_batch.h+0-0
文件重命名但无更改。