!15646 repair resnet train script unable find cache_util.sh problem

From: @ms_yan
Reviewed-by: @pandoublefeng,@jonyguo
Signed-off-by: @pandoublefeng
This commit is contained in:
mindspore-ci-bot 2021-04-25 21:43:37 +08:00 committed by Gitee
commit 9ff94cd6a1
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
then

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
then

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
then

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 3 ] && [ $# != 4 ]
then