Browse Source

use bash to run script

pull/15646/head
ms_yan 4 years ago
parent
commit
e830c209d6
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      model_zoo/official/cv/resnet/scripts/run_distribute_train.sh
  2. +1
    -1
      model_zoo/official/cv/resnet/scripts/run_distribute_train_gpu.sh
  3. +1
    -1
      model_zoo/official/cv/resnet/scripts/run_standalone_train.sh
  4. +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


Loading…
Cancel
Save