download.sh 206 字节
Newer Older
1 2 3 4 5
# Download the data.
echo "Downloading..."
wget https://paddle-imagenet-models-name.bj.bcebos.com/ResNet50_cos_pretrained.tar --no-check-certificate
echo "Extracting..."
tar -xf ResNet50_cos_pretrained.tar