Xudong Zeng
Results
2
issues of
Xudong Zeng
none1
Is the initial determination of which filters are unimportant based on the L1 norm of the weights?
9
Should `--prune_criterion l1-norm` be added in **./scripts/dist_train.sh**? I noticed that the default prune_criterion is act_scale: `parser.add_argument('--prune_criterion', type=str, default='act_scale', choices=['l1-norm', 'act_scale'])`. The entire pruning process is as follows: Firstly, for a...