model.py 文件源码

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

项目:FCN_via_keras 作者: k3nt0w 项目源码 文件源码
def __init__(self, batchsize=1, img_height=224, img_width=224, FCN_CLASSES=21):
        self.batchsize = batchsize
        self.img_height = img_height
        self.img_width = img_width
        self.FCN_CLASSES = FCN_CLASSES
        self.vgg16 = VGG16(include_top=False,
                           weights='imagenet',
                           input_tensor=None,
                           input_shape=(3, self.img_height, self.img_width))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号