| #!/usr/bin/env python3 | |
| # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. | |
| from .build import MODEL_REGISTRY, build_model # noqa | |
| from .custom_video_model_builder import * # noqa | |
| from .video_model_builder import ResNet, SlowFast # noqa |