已合并
fix: rename sample_dynmaic_batch to sample_dynamic_batch #3676
tanmengjie创建于 6月23日
fix: rename sample_dynmaic_batch to sample_dynamic_batch #3676
已合并
共 10 个文件变更+8-8
Rexamples/gesession/sample_dynmaic_batch/CMakeLists.txt→examples/gesession/sample_dynamic_batch/CMakeLists.txt+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/README.md→examples/gesession/sample_dynamic_batch/README.md+4-4
| @@ -45,9 +45,9 @@ | |||
| 45 | 45 | ||
| 46 | 1. 以运行用户登录开发环境。 | 46 | 1. 以运行用户登录开发环境。 |
| 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 | ||
| 52 | 3. 准备ResNet-50模型。 | 52 | 3. 准备ResNet-50模型。 |
| 53 | 1. 获取ResNet-50原始模型。 | 53 | 1. 获取ResNet-50原始模型。 |
| @@ -75,9 +75,9 @@ | |||
| 75 | 75 | ||
| 76 | 1. 以运行用户登录开发环境。 | 76 | 1. 以运行用户登录开发环境。 |
| 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 | ||
| 82 | 3. 切换到"样例目录/scripts",编译程序。 | 82 | 3. 切换到"样例目录/scripts",编译程序。 |
| 83 | 83 | ||
Rexamples/gesession/sample_dynmaic_batch/README_en.md→examples/gesession/sample_dynamic_batch/README_en.md+4-4
| @@ -45,9 +45,9 @@ In this sample: | |||
| 45 | 45 | ||
| 46 | 1. Login to development environment as running user. | 46 | 1. 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 | ||
| 52 | 3. Prepare ResNet-50 model. | 52 | 3. 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 | ||
| 76 | 1. Login to development environment as running user. | 76 | 1. 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 | ||
| 82 | 3. Switch to "sample directory/scripts" and compile the program. | 82 | 3. Switch to "sample directory/scripts" and compile the program. |
| 83 | 83 | ||
Rexamples/gesession/sample_dynmaic_batch/scripts/build.sh→examples/gesession/sample_dynamic_batch/scripts/build.sh+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/scripts/run.sh→examples/gesession/sample_dynamic_batch/scripts/run.sh+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/scripts/transfer_pic.py→examples/gesession/sample_dynamic_batch/scripts/transfer_pic.py+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/src/CMakeLists.txt→examples/gesession/sample_dynamic_batch/src/CMakeLists.txt+0-0
文件重命名但无更改。
Rexamples/gesession/sample_dynmaic_batch/src/main.cpp→examples/gesession/sample_dynamic_batch/src/main.cpp+0-0
文件重命名但无更改。