File size: 258 Bytes
caa56d6 |
1 2 3 4 5 6 |
#!/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 |