Clear Scripts

This commit is contained in:
D-X-Y 2019-04-05 19:23:25 +08:00 committed by GitHub
parent 4121d1719f
commit 3b1d8f1e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,7 @@ sh /home/HGCP_Program/software-install/afs_mount/bin/afs_mount.sh \
afs://xingtian.afs.baidu.com:9902/user/COMM_KM_Data/dongxuanyi/datasets
export TORCH_HOME="./data/data/"
#wget -q http://10.127.2.44:8000/cifar.python.tar --directory-prefix=${TORCH_HOME}
#tar -xvf ${TORCH_HOME}/cifar.python.tar -C ${TORCH_HOME}
tar -xf ./hadoop-data/cifar.python.tar -C ${TORCH_HOME}
#rm ${TORCH_HOME}/cifar.python.tar
#tar xvf ./hadoop-data/ILSVRC2012.tar -C ${TORCH_HOME}
cifar_dir="${TORCH_HOME}/cifar.python"
if [ -d ${cifar_dir} ]; then