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