https://github.com/gaolinorange/Ausdt_stamp.git
Raw File
Tip revision: 5bfae05bff634a07a4ca86bb415d667e0b79a1bc authored by tommaoer on 15 January 2021, 10:18:05 UTC
add scrpits for calculation of 'vdiff' and 'recon'
Tip revision: 5bfae05
download_data.sh

# download data
echo "dowload data and checkpoint"
mkdir data
curl -L -o elephhorse.mat https://www.dropbox.com/sh/xmgod9intwrjzrl/elephhorse.mat?dl=1
mv elephhorse.mat ./data/elephhorse.mat
curl -L -o checkpoint.zip https://www.dropbox.com/sh/6uk2mxfa9c9z5is/checkpoint.zip?dl=1
mv checkpoint.zip ./ckpt/checkpoint.zip
unzip ./ckpt/checkpoint.zip -d ./ckpt
back to top