Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Apr 14, 2020
1 parent be64ada commit 1ad0ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ptflops versions log

## v 0.6
- Add verbose option to log layers that are not supported by ptflops.
- Add an option to filter a list of operations from the final result.

## v 0.5.2
- Fix handling of intermediate dimensions in the Linear layer hook.

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import os
import shutil
import sys
from setuptools import setup, find_packages

readme = open('README.md').read()

VERSION = '0.5.2'
VERSION = '0.6'

requirements = [
'torch',
Expand Down

0 comments on commit 1ad0ed1

Please sign in to comment.