使用ResNet模型进行实时预测

使用ResNet模型进行实时预测 (Real Time Prediction using ResNet Model)

ResNet is a pre-trained model. It is trained using ImageNet. ResNet model weights pre-trained on ImageNet. It has the following syntax −

ResNet是一个预先训练的模型。 它使用ImageNet进行培训。 在ImageNet上预训练的ResNet模型权重。 它具有以下语法-


keras.applications.resnet.ResNet50 (
   include_top = True, 
   weights = 'imagenet', 
   input_tensor = None, 
   input_shape = None, 
   pooling = None, 
   classes = 1000
)

Here,

这里,

  • include_top refers the fully-connected layer at the top of the network.

    include_top指网络顶部的完全连接层。

  • weights refer pre-training on ImageNet.

    权重参考ImageNet上的预训练。

  • input_tensor refers optional Keras tensor to use as image input for the model.

    input_tensor引用可选的Keras张量,以用作模型的图像输入。

  • 0
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值