Migrated project

This commit is contained in:
zbian
2021-10-28 18:21:23 +02:00
parent 2ebaefc542
commit 404ecbdcc6
409 changed files with 35853 additions and 0 deletions

2
model_zoo/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .vit import *
from .mlp_mixer import *