Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .azure-pipelines/scripts/codeScan/pyspelling/inc_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ berts
bertsquad
BertTokenizer
bfloat
blockwise
BFP
BGR
Bianchi
Expand Down Expand Up @@ -327,6 +328,7 @@ convolutional
Convolutional
ConvPerStage
ConvReLU
cooldown
copt
coreml
CoreML
Expand Down Expand Up @@ -741,6 +743,7 @@ horovodrun
hostfile
Hounsfield
howpublished
hyp
HqEgzS
href
html
Expand Down Expand Up @@ -1179,6 +1182,7 @@ ngatang
NGPUS
ngram
NHWC
ni
NIC
nifti
niftis
Expand Down Expand Up @@ -1240,8 +1244,11 @@ nvidia
NVIDIA
NVIDIA's
nvme
nw
Nx
NxM
nyu
oc
ok
ol
Omer
Expand All @@ -1251,6 +1258,7 @@ oneapi
oneAPI
onednn
oneDNN
oneshot
onlinedocs
onnx
ONNX
Expand Down Expand Up @@ -1885,6 +1893,7 @@ UI
UID
uint
uk
ultralytics
un
uncomment
uncompress
Expand All @@ -1895,6 +1904,7 @@ unidecode
uniq
unittest
unref
unscale
unsqueeze
unstack
upenn
Expand Down Expand Up @@ -2121,6 +2131,7 @@ tensorrt
hardwares
BenchmarkConf
PruningConf
Pruning's
DistillationConf
grey
ModelZoo
Expand Down Expand Up @@ -2442,3 +2453,8 @@ QuantizationAwareTrainingConfig
Startup
doesn
startup
Ajanthan
WeightPruningConfig
Namhoon
Thalaiyasingam
Torr
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/imgs/pruning/pruning.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/imgs/pruning/pruning_patterns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/pruning.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Neural network pruning (briefly known as pruning or sparsity) is one of the most
Pruning patterns defines the rules of pruned weights' arrangements in space.

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


Expand Down
Loading