inception_v3.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:lasagne_CNN_framework 作者: woshialex 项目源码 文件源码
def bn_conv(input_layer, **kwargs):
    l = Conv2DLayer(input_layer, **kwargs)
    l = batch_norm(l, epsilon=0.001)
    return l
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号