yiwenguo / Dynamic-Network-Surgery

Caffe implementation for dynamic network surgery.
Other
186 stars 70 forks source link

Values of threshold parameters #21

Open ifed-ucsd opened 6 years ago

ifed-ucsd commented 6 years ago

Can you please provide the values of a_k and b_k (the thresholds used in Eq. 3 in your paper) for the models tested?

wlb86588510 commented 6 years ago

In the code, the author use a_k = 0.9 (mean + c_rate std) and b_k = 1.1 (mean + c_rate std).