Skip to content

Commit

Permalink
Add pruning walker. (PaddlePaddle#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaoshuang committed Jan 3, 2020
1 parent cc1cd6f commit 790a9ff
Show file tree
Hide file tree
Showing 11 changed files with 1,226 additions and 568 deletions.
3 changes: 2 additions & 1 deletion demo/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .mobilenet import MobileNet
from .resnet import ResNet34, ResNet50
from .mobilenet_v2 import MobileNetV2
from .pvanet import PVANet

__all__ = ['MobileNet', 'ResNet34', 'ResNet50', 'MobileNetV2']
__all__ = ['MobileNet', 'ResNet34', 'ResNet50', 'MobileNetV2', 'PVANet']
Loading

0 comments on commit 790a9ff

Please sign in to comment.