Update davit.py

pull/1630/head
Fredo Guan 3 years ago
parent 5d8ea5a21d
commit 61a792801c

@ -23,7 +23,7 @@ import torch.nn as nn
import torch.nn.functional as F import torch.nn.functional as F
from torch import Tensor from torch import Tensor
from .helpers import build_model_with_cfg from .helpers import build_model_with_cfg
from .data import IMAGENET_DEFAULT_MEAN, IMAGENET_DEFAULT_STD from timm.data import IMAGENET_DEFAULT_MEAN, IMAGENET_DEFAULT_STD
from .layers import DropPath, to_2tuple, trunc_normal_, SelectAdaptivePool2d, ClassifierHead, Mlp from .layers import DropPath, to_2tuple, trunc_normal_, SelectAdaptivePool2d, ClassifierHead, Mlp
from .features import FeatureInfo from .features import FeatureInfo
from collections import OrderedDict from collections import OrderedDict

Loading…
Cancel
Save