Commit 245d007c authored by Sugon_ldc's avatar Sugon_ldc
Browse files

modify readme and model.properties

parent 3e4bf0cf
......@@ -66,8 +66,6 @@ pip install pandas==1.5.3
**tips:请注意在程序中设置数据集路径时,应该设置cifar-10-batches-py的上一级目录,否则会报错找不到文件**
## 训练
一般情况下,ModelZoo上的项目提供单机训练的启动方法即可,单机多卡、单机单卡至少提供其一训练方法。
### 单机多卡
```
bash train.sh
......
#模型编码
modelCode=192
# 模型名称
modelName= Vision-Transformers-cifar10_pyTorch
modelName= vision-transformers-cifar10_pytorch
# 模型描述
modelDescription=Vision-Transformers是一种基于Transformer架构的深度学习模型,用于解决计算机视觉任务。与传统的卷积神经网络(CNN)不同,Vision-Transformers将自注意力机制引入了图像处理领域,以捕捉不同位置之间的像素关系。
# 应用场景(多个标签以英文逗号分割)
appScenario=图像分类,制造,环境,医疗,气象
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