From f0f7729b64a5c106587c3d8841b09c788108e398 Mon Sep 17 00:00:00 2001 From: horseee Date: Fri, 30 Jul 2021 22:24:28 +0800 Subject: [PATCH] v0.2.7: fixing bugs in channel rounding --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9807d63..bc42df1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 5d9950f..ebac96a 100644 --- a/setup.py +++ b/setup.py @@ -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.",