Skip to content

Commit

Permalink
version added
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborvecsei committed Feb 15, 2019
1 parent 2c9334d commit 934cc3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filter_pruning/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from filter_pruning.base_filter_pruning import BasePruning
from filter_pruning.kmeans_pruning import KMeansFilterPruning
from filter_pruning.random_pruning import RandomFilterPruning

__version__ = "0.0.1"

0 comments on commit 934cc3c

Please sign in to comment.