Commit d6efac5d authored by Sugon_ldc's avatar Sugon_ldc
Browse files

add picture in readme

parent 098ab9f5
...@@ -68,8 +68,7 @@ bash train.sh ...@@ -68,8 +68,7 @@ bash train.sh
``` ```
## result ## result
![MobileNet_3](result.png)
### 精度 ### 精度
......
# 模型编码
modelCode=179
# 模型名称 # 模型名称
modelName=MobileNetv3_PyTorch modelName=mobilenetv3_pytorch
# 模型描述 # 模型描述
modelDescription=MobileNetV3是一种轻量级的卷积神经网络模型 modelDescription=MobileNetv3采用轻量级的深度可分离卷积(depthwise separable convolution)结构,以减少模型参数量和计算复杂度
# 应用场景(多个标签以英文逗号分割) # 应用场景(多个标签以英文逗号分割)
appScenario=pytorch,训练,图像分类 appScenario=训练,目标检测,交通,政府,金融
# 框架类型(多个标签以英文逗号分割) # 框架类型(多个标签以英文逗号分割)
frameType=PyTorch 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