You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
wl187 3c1bd15820 删除 'squeezenet_torch.py' 2 years ago
..
src 删除 'squeezenet_torch.py' 2 years ago
train.py 删除 'squeezenet_torch.py' 2 years ago

它是一个比较早期且经典的轻量级网络。采用Fire模块进行参数压缩,在不大幅度降低模型精度的前提下,最大程度的提高运算速度。它主要使用如下压缩策略:将3*3卷积替换成1*1卷积,减少3*3卷积的通道数,将降采样后置。以ImageNet数据集为例,最终能到达精度_上与AlexNet近似,参数比AlexNet小50倍的效果。

Python C++ Shell Text

Contributors (1)