evaluate_cifar10.sh 151 字节
Newer Older
M
minghaoBD 已提交
1 2 3 4 5
#!/bin/bash
export CUDA_VISIBLE_DEVICES=3
python3.7 evaluate.py \
          --pruned_model="models/model-pruned.pdparams" \
          --data="cifar10"