Spaces:
Configuration error
Configuration error
File size: 273 Bytes
108b1ba |
1 2 3 4 5 6 7 8 9 |
# EfficientViT: Multi-Scale Linear Attention for High-Resolution Dense Prediction
# Han Cai, Junyan Li, Muyan Hu, Chuang Gan, Song Han
# International Conference on Computer Vision (ICCV), 2023
from .act import *
from .drop import *
from .norm import *
from .ops import *
|