generated from aicoe-aiops/project-template
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpytorch-nm-mnist-recipe.yaml
43 lines (39 loc) · 1.02 KB
/
pytorch-nm-mnist-recipe.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: 1.1.0
modifiers:
- !EpochRangeModifier
end_epoch: 1.0
start_epoch: 0.0
- !GMPruningModifier
end_epoch: 1.0
final_sparsity: 0.82
global_sparsity: False
init_sparsity: 0.05
inter_func: cubic
leave_enabled: True
log_types: __ALL__
mask_type: unstructured
params: ['conv2.0.weight']
phased: False
score_type: magnitude
start_epoch: 1.0
update_frequency: -1
- !GMPruningModifier
end_epoch: 1.0
final_sparsity: 0.91
global_sparsity: False
init_sparsity: 0.05
inter_func: cubic
leave_enabled: True
log_types: __ALL__
mask_type: unstructured
params: ['out.weight']
phased: False
score_type: magnitude
start_epoch: 1.0
update_frequency: -1
- !SetLearningRateModifier
constant_logging: False
end_epoch: -1
learning_rate: 0.01
log_types: __ALL__
start_epoch: 0.0