mmrazor/tests/data/test_registry/registry_architecture_confi...

15 lines
230 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from platform import architecture
supernet = dict(
type='MockModel',
)
model = dict(
type='MockAlgorithm',
architecture=supernet,
_return_architecture_ = True,
)