"vscode:/vscode.git/clone" did not exist on "eef2327a47aabd9c8f5d5a26d73b8c842509b55a"
Unverified Commit b4da4a7b authored by J-shang's avatar J-shang Committed by GitHub
Browse files

fix typo in compression (#3727)

parent 0ab7e374
...@@ -5,6 +5,7 @@ We provide several pruning algorithms that support fine-grained weight pruning a ...@@ -5,6 +5,7 @@ We provide several pruning algorithms that support fine-grained weight pruning a
**One-shot Pruning** **One-shot Pruning**
* `Level Pruner <#level-pruner>`__ ((fine-grained pruning)) * `Level Pruner <#level-pruner>`__ ((fine-grained pruning))
* `Slim Pruner <#slim-pruner>`__ * `Slim Pruner <#slim-pruner>`__
* `FPGM Pruner <#fpgm-pruner>`__ * `FPGM Pruner <#fpgm-pruner>`__
...@@ -25,6 +26,7 @@ We provide several pruning algorithms that support fine-grained weight pruning a ...@@ -25,6 +26,7 @@ We provide several pruning algorithms that support fine-grained weight pruning a
* `ADMM Pruner <#admm-pruner>`__ * `ADMM Pruner <#admm-pruner>`__
**Others** **Others**
* `Lottery Ticket Hypothesis <#lottery-ticket-hypothesis>`__ * `Lottery Ticket Hypothesis <#lottery-ticket-hypothesis>`__
Level Pruner Level Pruner
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment