Commit 619e7abe authored by yongshk's avatar yongshk
Browse files

Initial commit

parent d5fdd3f3
# 模型唯一标识
modelCode = 420
# 模型名称
modelName=unet_pytorch
# 模型描述
modelDescription=UNet的主要作用是从输入图像中生成一个具有相同空间分辨率的输出图像,其中每个像素被分配到其对应的类别。与其他神经网络架构相比,UNet在图像分割任务中表现出色
# 应用场景
appScenario=推理,训练,医疗
# 框架类型
frameType=pytorch
apex==0.1+f49ddd4.abi0.dtk2304.torch1.13
matplotlib==3.5.3
numpy==1.21.6
Pillow==9.5.0
Pillow==10.0.1
torch==1.13.1+git55d300e.abi0.dtk2304
torchvision==0.14.1+git9134838.abi0.dtk2304.torch1.13
tqdm==4.65.0
wandb==0.15.12
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