Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
vision-transformers-cifar10_pytorch
Commits
245d007c
Commit
245d007c
authored
Oct 14, 2023
by
Sugon_ldc
Browse files
modify readme and model.properties
parent
3e4bf0cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
README.md
README.md
+0
-2
model.properties
model.properties
+2
-2
No files found.
README.md
View file @
245d007c
...
@@ -66,8 +66,6 @@ pip install pandas==1.5.3
...
@@ -66,8 +66,6 @@ pip install pandas==1.5.3
**tips:请注意在程序中设置数据集路径时,应该设置cifar-10-batches-py的上一级目录,否则会报错找不到文件**
**tips:请注意在程序中设置数据集路径时,应该设置cifar-10-batches-py的上一级目录,否则会报错找不到文件**
## 训练
## 训练
一般情况下,ModelZoo上的项目提供单机训练的启动方法即可,单机多卡、单机单卡至少提供其一训练方法。
### 单机多卡
### 单机多卡
```
```
bash train.sh
bash train.sh
...
...
model.properties
View file @
245d007c
#模型编码
#模型编码
modelCode
=
192
modelCode
=
192
# 模型名称
# 模型名称
modelName
=
V
ision-
T
ransformers-cifar10_py
T
orch
modelName
=
v
ision-
t
ransformers-cifar10_py
t
orch
# 模型描述
# 模型描述
modelDescription
=
Vision-Transformers是一种基于Transformer架构的深度学习模型,用于解决计算机视觉任务。与传统的卷积神经网络(CNN)不同,Vision-Transformers将自注意力机制引入了图像处理领域,以捕捉不同位置之间的像素关系。
modelDescription
=
Vision-Transformers是一种基于Transformer架构的深度学习模型,用于解决计算机视觉任务。与传统的卷积神经网络(CNN)不同,Vision-Transformers将自注意力机制引入了图像处理领域,以捕捉不同位置之间的像素关系。
# 应用场景(多个标签以英文逗号分割)
# 应用场景(多个标签以英文逗号分割)
appScenario
=
图像分类,制造,环境,医疗,气象
appScenario
=
训练,
图像分类,制造,环境,医疗,气象
# 框架类型(多个标签以英文逗号分割)
# 框架类型(多个标签以英文逗号分割)
frameType
=
PyTorch
frameType
=
PyTorch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment