Commit bb6b6a1e authored by dcuai's avatar dcuai
Browse files

Update model.properties

parent 1774862c
# 模型唯一标识 # 模型唯一标识
modelCode = 418 modelCode = 418
# 模型名称 # 模型名称
modelName=resnet50v1.5_pytorch modelName=ResNet50v1.5_pytorch
# 模型描述 # 模型描述
modelDescription=ResNet50v1.5模型是ResNet50v1模型的修改版本,和之前版本的区别在于,在需要下采样的瓶颈模块中,v1在第一次1x1卷积中的stride=2,而v1.5在3x3卷积中的stride=2 modelDescription=ResNet50v1.5模型是ResNet50v1模型的修改版本,和之前版本的区别在于,在需要下采样的瓶颈模块中,v1在第一次1x1卷积中的stride=2,而v1.5在3x3卷积中的stride=2
# 应用场景 # 应用场景
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment