"projects/MAE/configs/models/vit_base_patch16.py" did not exist on "478602ba59c0bfe7ab9a094b9f1b7b33cfeecba4"
__init__.py 337 Bytes
Newer Older
1
2
3
4
5
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

"""A module containing all the e2e model related benchmarks."""

6
from superbench.benchmarks.model_benchmarks.model_base import ModelBenchmark
7
from superbench.benchmarks.model_benchmarks.pytorch_bert import PytorchBERT
8

9
__all__ = ['ModelBenchmark', 'PytorchBERT']