mirror of
https://github.com/facebookresearch/deit.git
synced 2025-06-03 14:52:20 +08:00
9 lines
227 B
Python
9 lines
227 B
Python
# Copyright (c) 2015-present, Facebook, Inc.
|
|
# All rights reserved.
|
|
from models import *
|
|
from cait_models import *
|
|
from resmlp_models import *
|
|
#from patchconvnet_models import *
|
|
|
|
dependencies = ["torch", "torchvision", "timm"]
|