NASLib icon indicating copy to clipboard operation
NASLib copied to clipboard

Why does the zero-cost predictor not integrate with model search space module

Open NLGithubWP opened this issue 3 years ago • 0 comments

In file NASLib/tree/Develop/naslib/predictors/zerocost_v1.py, it use the search space defined in NASLib/tree/Develop/naslib/predictors/utils/models. It basically defines some architectures of nasbench101 and nasbench201.

However, there is already a module called search_space. including many search spaces, and they are well-structured, Why the zerocost_v1 don't use the model defined in search_space?

NLGithubWP avatar Jul 22 '22 12:07 NLGithubWP