Update metaformers.py

This commit is contained in:
Fredo Guan 2023-01-07 21:14:21 -08:00
parent 1f3a661160
commit d17bcb10a5

View File

@ -21,7 +21,7 @@ from functools import partial
import torch
import torch.nn as nn
from timm.layers import trunc_normal_, DropPath
from timm.models.registry import register_model
from ._registry import register_model
from timm.data import IMAGENET_DEFAULT_MEAN, IMAGENET_DEFAULT_STD
from timm.layers.helpers import to_2tuple