Update metaformers.py

This commit is contained in:
Fredo Guan 2023-01-08 00:14:23 -08:00
parent 7f149f31d4
commit 7aa3459caf

View File

@ -17,6 +17,7 @@ MetaFormer baselines including IdentityFormer, RandFormer, PoolFormerV2,
ConvFormer and CAFormer. ConvFormer and CAFormer.
Some implementations are modified from timm (https://github.com/rwightman/pytorch-image-models). Some implementations are modified from timm (https://github.com/rwightman/pytorch-image-models).
""" """
from collections import OrderedDict
from functools import partial from functools import partial
import torch import torch
import torch.nn as nn import torch.nn as nn