forresti / SqueezeNet

SqueezeNet: AlexNet-level accuracy with 50x fewer parameters
BSD 2-Clause "Simplified" License
2.17k stars 723 forks source link

build my own sqeezenet #22

Closed zhaishengfu closed 7 years ago

zhaishengfu commented 7 years ago

@forresti I want to use your idea to sqeeze my own big network, but i have no idea how to implement it. Can you give me some ideas to sqeeze any big model?? Can I use the original model to finetune the sqeezed model??

forresti commented 7 years ago

SqueezeNet isn't a big network that's squeezed. SqueezeNet is a small network that we trained from scratch.

sunjunlishi commented 7 years ago

want to use your idea to sqeeze my own network,could it works?