features.py 文件源码

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

项目:detection-2016-nipsws 作者: imatge-upc 项目源码 文件源码
def obtain_compiled_vgg_16(vgg_weights_path):
    model = vgg_16(vgg_weights_path)
    sgd = SGD(lr=0.1, decay=1e-6, momentum=0.9, nesterov=True)
    model.compile(optimizer=sgd, loss='categorical_crossentropy')
    return model
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号