
keras
佳佳(5.11)
清醒自律知进退
展开
-
keras读取后缀名为.h5的文件
Keras的模型是用hdf5存储的,如果想要查看模型,keras提供了get_weights的函数可以查看:for layer in model.layers: weights = layer.get_weights() # list of numpy array而通过hdf5模块也可以读取:hdf5的数据结构主要是File - Group - Dataset三级,具体操作API可以看...转载 2018-06-13 16:41:11 · 17189 阅读 · 2 评论 -
ResNet, AlexNet, VGG, Inception
https://www.cnblogs.com/bonelee/p/8972139.html ResNet, AlexNet, VGG, Inception: 理解各种各样的CNN架构 【以上链接是原始链接】 https://cv-tricks.com/cnn/understand-resnet-alexnet-vgg-inception/...转载 2019-01-07 13:31:44 · 470 阅读 · 0 评论