Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
221cb0332
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
221cb0332
Commits
5310e975
Unverified
Commit
5310e975
authored
2 years ago
by
i-robot
Committed by
Gitee
2 years ago
Browse files
Options
Downloads
Plain Diff
!3111 modify resnet readme
Merge pull request !3111 from 邓卓/modify-networks
parents
47645c3e
06b4de43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
official/cv/resnet/README_CN.md
+7
-3
7 additions, 3 deletions
official/cv/resnet/README_CN.md
with
7 additions
and
3 deletions
official/cv/resnet/README_CN.md
+
7
−
3
View file @
5310e975
...
...
@@ -453,16 +453,20 @@ bash run_parameter_server_train_gpu.sh [DATASET_PATH] [CONFIG_PATH] [PRETRAINED_
```
bash
# Ascend 分布式训练时推理示例:
cd
scripts/
bash run_distribute_train.sh
[
RANK_TABLE_FILE]
[
DATASET_PATH]
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
# Ascend 单机训练时推理示例:
bash run_standalone_train.sh
[
RANK_TABLE_FILE]
[
DATASET_PATH]
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
cd
scripts/
bash run_standalone_train.sh
[
DATASET_PATH]
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
# GPU 分布式训练时推理示例:
bash run_distribute_train_gpu.sh
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
cd
scripts/
bash run_distribute_train_gpu.sh
[
DATASET_PATH]
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
# GPU 单机训练时推理示例:
bash run_standalone_train_gpu.sh
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
cd
scripts/
bash run_standalone_train_gpu.sh
[
DATASET_PATH]
[
CONFIG_PATH]
[
RUN_EVAL]
(
optional
)
[
EVAL_DATASET_PATH]
(
optional
)
```
训练时推理需要在设置
`RUN_EVAL`
为True,与此同时还需要设置
`EVAL_DATASET_PATH`
。此外,当设置
`RUN_EVAL`
为True时还可为python脚本设置
`save_best_ckpt`
,
`eval_start_epoch`
,
`eval_interval`
等参数。
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment