PyTorch
cooper_robot commited on
Commit
91b54b6
·
1 Parent(s): 41db641

Initial upload SwinV2 model

Browse files
Files changed (1) hide show
  1. .gitignore +5 -0
.gitignore CHANGED
@@ -1 +1,6 @@
1
  n1_*.bin
 
 
 
 
 
 
1
  n1_*.bin
2
+
3
+ # 确保所有 Git 相关文件不会被提交
4
+ .git*
5
+ !.gitattributes
6
+ !.gitignore