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
6f19a3d0
Commit
6f19a3d0
authored
3 years ago
by
郑彬
Browse files
Options
Downloads
Patches
Plain Diff
modify_usage_of_scripts
parent
7fe89e91
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/squeezenet/scripts/run_standalone_train_gpu.sh
+1
-1
1 addition, 1 deletion
official/cv/squeezenet/scripts/run_standalone_train_gpu.sh
with
1 addition
and
1 deletion
official/cv/squeezenet/scripts/run_standalone_train_gpu.sh
+
1
−
1
View file @
6f19a3d0
...
...
@@ -16,7 +16,7 @@
if
[
$#
!=
4
]
&&
[
$#
!=
5
]
then
echo
"Usage: bash scripts/run_standalone_train.sh [squeezenet|squeezenet_residual] [cifar10|imagenet] [DEVICE_ID] [DATA_PATH] [PRETRAINED_CKPT_PATH](optional)"
echo
"Usage: bash scripts/run_standalone_train
_gpu
.sh [squeezenet|squeezenet_residual] [cifar10|imagenet] [DEVICE_ID] [DATA_PATH] [PRETRAINED_CKPT_PATH](optional)"
exit
1
fi
...
...
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