8 lines
308 B
Python
8 lines
308 B
Python
#####################################################
|
|
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.01 #
|
|
#####################################################
|
|
# Define complex searc space for AutoDL #
|
|
#####################################################
|
|
|
|
from .basic_space import Categorical
|