Torch-Pruning icon indicating copy to clipboard operation
Torch-Pruning copied to clipboard

dead links in wiki

Open janthmueller opened this issue 8 months ago • 1 comments

You have two dead links in your Wiki. In Quick Start -> 3. High-level Prunes -> Pruning with High-level Pruners -> "this tutorial" and "benchmarks/main.py"

Pruning with High-level Pruners

Leveraging the DependencyGraph, we developed several high-level pruners in this repository to facilitate effortless pruning. By specifying the desired channel sparsity, you can prune the entire model and fine-tune it using your own training code. For detailed information on this process, please refer to this tutorial, which shows how to implement a slimming pruner from scratch. Additionally, you can find more practical examples in benchmarks/main.py.

Links should be updated to something like: this tutorial benchmarks/main.py

janthmueller avatar Nov 22 '23 17:11 janthmueller

Hi @janthmueller, thanks for the issue. Will update the wiki page.

VainF avatar Nov 23 '23 03:11 VainF