We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1b08d commit 59239d9Copy full SHA for 59239d9
timm/models/vision_transformer_relpos.py
@@ -7,7 +7,8 @@
7
import logging
8
import math
9
from functools import partial
10
-from typing import Any, Callable, Dict, Optional, Sequence, Set, Tuple, Type, Union, List
+from typing import Optional, Tuple, Type, Union
11
+
12
try:
13
from typing import Literal
14
except ImportError:
0 commit comments