Skip to content

Commit 1209500

Browse files
wenhuach21yintong-lu
authored andcommitted
Pruning/Integrate new-developed pruning API with old one (#257)
* add pruning v2 Signed-off-by: wenhuach21 <[email protected]> * DATASETS->Datasets Signed-off-by: wenhuach21 <[email protected]> * pruner README v2 Signed-off-by: Lu, Yintong <[email protected]> * prune README v2 Signed-off-by: Lu, Yintong <[email protected]> * prune README v2 Signed-off-by: Lu, Yintong <[email protected]> * prune README v2 Signed-off-by: Lu, Yintong <[email protected]> * prune README v2 Signed-off-by: Lu, Yintong <[email protected]> * recover code in experimental Signed-off-by: wenhuach21 <[email protected]> * recover config Signed-off-by: wenhuach21 <[email protected]> Signed-off-by: wenhuach21 <[email protected]> Signed-off-by: Lu, Yintong <[email protected]> Co-authored-by: Lu, Yintong <[email protected]> Signed-off-by: zehao-intel <[email protected]>
1 parent ae483d3 commit 1209500

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3872
-442
lines changed

.azure-pipelines/scripts/codeScan/pyspelling/inc_dict.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ berts
150150
bertsquad
151151
BertTokenizer
152152
bfloat
153+
blockwise
153154
BFP
154155
BGR
155156
Bianchi
@@ -327,6 +328,7 @@ convolutional
327328
Convolutional
328329
ConvPerStage
329330
ConvReLU
331+
cooldown
330332
copt
331333
coreml
332334
CoreML
@@ -741,6 +743,7 @@ horovodrun
741743
hostfile
742744
Hounsfield
743745
howpublished
746+
hyp
744747
HqEgzS
745748
href
746749
html
@@ -1179,6 +1182,7 @@ ngatang
11791182
NGPUS
11801183
ngram
11811184
NHWC
1185+
ni
11821186
NIC
11831187
nifti
11841188
niftis
@@ -1240,8 +1244,11 @@ nvidia
12401244
NVIDIA
12411245
NVIDIA's
12421246
nvme
1247+
nw
12431248
Nx
1249+
NxM
12441250
nyu
1251+
oc
12451252
ok
12461253
ol
12471254
Omer
@@ -1251,6 +1258,7 @@ oneapi
12511258
oneAPI
12521259
onednn
12531260
oneDNN
1261+
oneshot
12541262
onlinedocs
12551263
onnx
12561264
ONNX
@@ -1885,6 +1893,7 @@ UI
18851893
UID
18861894
uint
18871895
uk
1896+
ultralytics
18881897
un
18891898
uncomment
18901899
uncompress
@@ -1895,6 +1904,7 @@ unidecode
18951904
uniq
18961905
unittest
18971906
unref
1907+
unscale
18981908
unsqueeze
18991909
unstack
19001910
upenn
@@ -2121,6 +2131,7 @@ tensorrt
21212131
hardwares
21222132
BenchmarkConf
21232133
PruningConf
2134+
Pruning's
21242135
DistillationConf
21252136
grey
21262137
ModelZoo
@@ -2445,3 +2456,8 @@ QuantizationAwareTrainingConfig
24452456
Startup
24462457
doesn
24472458
startup
2459+
Ajanthan
2460+
WeightPruningConfig
2461+
Namhoon
2462+
Thalaiyasingam
2463+
Torr
58.6 KB
Loading
24.9 KB
Loading
29.3 KB
Loading
36.7 KB
Loading
51.1 KB
Loading
36.1 KB
Loading

docs/source/pruning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Neural network pruning (briefly known as pruning or sparsity) is one of the most
3232
Pruning patterns defines the rules of pruned weights' arrangements in space.
3333

3434
<a target="_blank" href="./_static/imgs/pruning/pruning_pattern.png">
35-
<img src="./_static/imgs/pruning/pruning_patterns.png" width=600 height=225 alt="Sparsity Pattern">
35+
<img src="_static/imgs/pruning/pruning_patterns.png" width=600 height=225 alt="Sparsity Pattern">
3636
</a>
3737

3838

0 commit comments

Comments
 (0)