Fix bugs in ViT

This commit is contained in:
D-X-Y
2021-06-09 23:08:21 +08:00
parent d4546cfe3f
commit aef5c7579b
4 changed files with 594 additions and 6 deletions

View File

@@ -5,3 +5,6 @@
#####################################################
from .transformers import get_transformer
def obtain_model(config):
raise NotImplementedError