forked from facebookresearch/hiera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhubconf.py
More file actions
29 lines (24 loc) · 690 Bytes
/
hubconf.py
File metadata and controls
29 lines (24 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# --------------------------------------------------------
dependencies = ["torch", "timm"]
from hiera import (
hiera_tiny_224,
hiera_small_224,
hiera_base_224,
hiera_base_plus_224,
hiera_large_224,
hiera_huge_224,
hiera_base_16x224,
hiera_base_plus_16x224,
hiera_large_16x224,
hiera_huge_16x224,
mae_hiera_tiny_224,
mae_hiera_small_224,
mae_hiera_base_224,
mae_hiera_base_plus_224,
mae_hiera_large_224,
mae_hiera_huge_224,
)