deit/hubconf.py
2021-01-08 10:51:58 +01:00

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"]