llzzyy233's picture
提交项目文件
80914e2 verified
raw
history blame contribute delete
186 Bytes
# Ultralytics YOLO 🚀, AGPL-3.0 license
from .model import NAS
from .predict import NASPredictor
from .val import NASValidator
__all__ = 'NASPredictor', 'NASValidator', 'NAS'