forked from mindspore-Ecosystem/mindspore
!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:
commit
9ff94cd6a1
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
|
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 3 ] && [ $# != 4 ]
|
if [ $# != 3 ] && [ $# != 4 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue