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
Swin-Transformer_pytorch
Commits
797ff8b1
Commit
797ff8b1
authored
Apr 26, 2023
by
sunxx1
Browse files
修改readme
parent
e4aa72d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
4 deletions
+68
-4
.idea/workspace.xml
.idea/workspace.xml
+60
-0
README.md
README.md
+8
-4
No files found.
.idea/workspace.xml
0 → 100644
View file @
797ff8b1
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"6cf55c14-3977-4627-b852-97d515e6eacc"
name=
"Changes"
comment=
""
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
<option
name=
"LAST_RESOLUTION"
value=
"IGNORE"
/>
</component>
<component
name=
"Git.Settings"
>
<option
name=
"RECENT_GIT_ROOT_PATH"
value=
"$PROJECT_DIR$"
/>
</component>
<component
name=
"HighlightingSettingsPerFile"
>
<setting
file=
"file://$PROJECT_DIR$/config.py"
root0=
"FORCE_HIGHLIGHTING"
/>
<setting
file=
"file://$PROJECT_DIR$/main.py"
root0=
"FORCE_HIGHLIGHTING"
/>
<setting
file=
"file://$PROJECT_DIR$/main_simmim_pt.py"
root0=
"FORCE_HIGHLIGHTING"
/>
</component>
<component
name=
"MarkdownSettingsMigration"
>
<option
name=
"stateVersion"
value=
"1"
/>
</component>
<component
name=
"ProjectId"
id=
"2NuFVqEUOiuozhCYkxgB4KsgIEL"
/>
<component
name=
"ProjectViewState"
>
<option
name=
"hideEmptyMiddlePackages"
value=
"true"
/>
<option
name=
"showLibraryContents"
value=
"true"
/>
</component>
<component
name=
"PropertiesComponent"
>
<![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"nodejs_package_manager_path": "npm"
}
}]]>
</component>
<component
name=
"SpellCheckerSettings"
RuntimeDictionaries=
"0"
Folders=
"0"
CustomDictionaries=
"0"
DefaultDictionary=
"application-level"
UseSingleDictionary=
"true"
transferred=
"true"
/>
<component
name=
"TaskManager"
>
<task
active=
"true"
id=
"Default"
summary=
"Default task"
>
<changelist
id=
"6cf55c14-3977-4627-b852-97d515e6eacc"
name=
"Changes"
comment=
""
/>
<created>
1680506086351
</created>
<option
name=
"number"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1680506086351
</updated>
<workItem
from=
"1680506087789"
duration=
"6920000"
/>
</task>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
<option
name=
"version"
value=
"3"
/>
</component>
<component
name=
"Vcs.Log.Tabs.Properties"
>
<option
name=
"TAB_STATES"
>
<map>
<entry
key=
"MAIN"
>
<value>
<State
/>
</value>
</entry>
</map>
</option>
</component>
</project>
\ No newline at end of file
README.md
View file @
797ff8b1
...
@@ -32,12 +32,16 @@ Swin Transformer体系结构的概述如下图所示,其中说明了 tiny vers
...
@@ -32,12 +32,16 @@ Swin Transformer体系结构的概述如下图所示,其中说明了 tiny vers
python3 -m torch.distributed.launch --nproc_per_node 1 --master_port 12345 main.py --cfg configs/swin/swin_tiny_patch4_window7_224.yaml --data-path /code/Datasets/tiny-imagenet-200/ --batch-size 128 --disable_amp
python3 -m torch.distributed.launch --nproc_per_node 1 --master_port 12345 main.py --cfg configs/swin/swin_tiny_patch4_window7_224.yaml --data-path /code/Datasets/tiny-imagenet-200/ --batch-size 128 --disable_amp
##
性能和
准确率数据
## 准确率数据
测试数据使用的是tiny-imagenet-200,使用的加速卡是DCU Z100L。
测试数据使用的是tiny-imagenet-200,使用的加速卡是DCU Z100L。
| 卡数 | 性能 | 精度 |
| 卡数 | 精度 |
| :------: | :------: | :------: |
| :------: | :------: |
| 1 | 127.237 samples/s | Acc@1:63.416 Acc:@5 85.666 |
| 1 | Acc@1:63.416 Acc:@5 85.666 |
### 历史版本
https://developer.hpccube.com/codes/modelzoo/swin-transformer-pytorch
### 参考
### 参考
https://github.com/microsoft/Swin-Transformer
https://github.com/microsoft/Swin-Transformer
\ No newline at end of file
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