Spaces:
Runtime error
Runtime error
File size: 258 Bytes
8e5cc83 |
1 2 3 4 5 6 7 |
# 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 .cls_run_config import *
from .cls_trainer import *
|