This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
use bash to run script
pull/15646/head
ms_yan
4 years ago
parent
87430255c4
commit
e830c209d6
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
model_zoo/official/cv/resnet/scripts/run_distribute_train.sh
+1
-1
model_zoo/official/cv/resnet/scripts/run_distribute_train_gpu.sh
+1
-1
model_zoo/official/cv/resnet/scripts/run_standalone_train.sh
+1
-1
model_zoo/official/cv/resnet/scripts/run_standalone_train_gpu.sh
+ 1
- 1
model_zoo/official/cv/resnet/scripts/run_distribute_train.sh
View File
@@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
.
cache_util.sh
bash
cache_util.sh
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
then
+ 1
- 1
model_zoo/official/cv/resnet/scripts/run_distribute_train_gpu.sh
View File
@@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
.
cache_util.sh
bash
cache_util.sh
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
then
+ 1
- 1
model_zoo/official/cv/resnet/scripts/run_standalone_train.sh
View File
@@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
.
cache_util.sh
bash
cache_util.sh
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
then
+ 1
- 1
model_zoo/official/cv/resnet/scripts/run_standalone_train_gpu.sh
View File
@@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
.
cache_util.sh
bash
cache_util.sh
if [ $# != 3 ] && [ $# != 4 ]
then
Write
Preview
Loading…
Cancel
Save