update scripts

This commit is contained in:
Xuanyi Dong
2019-04-01 00:19:43 +08:00
parent 322d5462a3
commit d9a282a455
4 changed files with 24 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ if [ ! -f ${PY_C} ]; then
else
echo "Cluster Run with Python: "${PY_C}
echo "Unzip ILSVRC2012"
tar xvf ./hadoop-data/ILSVRC2012.tar -C ${TORCH_HOME}
tar xf ./hadoop-data/ILSVRC2012.tar -C ${TORCH_HOME}
fi
${PY_C} --version