Skip to content

Commit

Permalink
v0.2.7: fixing bugs in channel rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
horseee committed Jul 30, 2021
1 parent 9c58d4f commit f0f7729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Torch-Pruning is a pytorch toolbox for structured neural network pruning. Differ
## Installation

```bash
pip install torch_pruning # v0.2.6
pip install torch_pruning # v0.2.7
```

## How it works
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="torch-pruning",
version="0.2.6",
version="0.2.7",
author="Gongfan Fang",
author_email="fgf@zju.edu.cn",
description="A pytorch toolkit for structured neural network pruning and automatic layer dependency maintaining.",
Expand Down

0 comments on commit f0f7729

Please sign in to comment.