"torchvision/vscode:/vscode.git/clone" did not exist on "dcfcc8675393749e852d8956b580b1660dfbea2d"
Commit c48acc70 authored by Sugon_ldc's avatar Sugon_ldc
Browse files

add model.properties

parent 584fbdd5
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04.1-py38-latest
RUN source /opt/dtk/env.sh
# 模型唯一标识
modelCode = 418
# 模型名称
modelName=resnet50v1.5_pytorch
# 模型描述
modelDescription=ResNet50v1.5模型是ResNet50v1模型的修改版本,和之前版本的区别在于,在需要下采样的瓶颈模块中,v1在第一次1x1卷积中的stride=2,而v1.5在3x3卷积中的stride=2
# 应用场景
appScenario=训练,图像分类,制造,政府,科研
# 框架类型
frameType=pytorch
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