Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
--prune_ratio 1.0
  • Loading branch information
shupenggui authored Mar 3, 2020
1 parent 68fb706 commit ecf61a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ python cifar/train_proj_admm_quant.py \
--defend_eps 4 \
--defend_iter 7 \
--save_model_name cifar10_res_pgd_raw.pth \
--quantize_bits 32
--quantize_bits 32 \
--prune_ratio 1.0
```
The dense model will be stored in 'log/resnet/pretrain'. Then, the second round execution of the python script will be operated with
```
Expand Down

0 comments on commit ecf61a6

Please sign in to comment.