Spaces:
Build error
Build error
File size: 235 Bytes
33f1db4 |
1 2 3 4 5 6 |
# 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
|