Skip to content

Commit

Permalink
fix mac test data path read only system (intel#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Feb 24, 2022
1 parent 8a091b8 commit 421aaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/orca/dev/example/run-example-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ time5=$((now - start))
echo "#6 start test for orca tf transfer_learning"
#timer
start=$(date "+%s")
python ${BIGDL_ROOT}/python/orca/example/learn/tf/transfer_learning/transfer_learning.py --download_url $FTP_URI/analytics-zoo-data/cats_and_dogs_filtered.zip --epochs 1
python ${BIGDL_ROOT}/python/orca/example/learn/tf/transfer_learning/transfer_learning.py --download_url $FTP_URI/analytics-zoo-data/cats_and_dogs_filtered.zip --epochs 1 --data_dir ./data
exit_status=$?
if [ $exit_status -ne 0 ]; then
echo "orca tf transfer_learning failed"
Expand Down

0 comments on commit 421aaea

Please sign in to comment.