idstcv/ZenNAS

How to search in HardNet space?

1chimaruGin opened this issue · 4 comments

I'm new to NAS and I wonder how can I do searching in HardNet.

We do not have built-in support for HardNet. You might need to implement the HardNet search space. Some examples are stored under "./SearchSpace/" folder.

@MingLin-home , Thank for the response.

Sorry about unclear question.
Did I need to create HardNet block or whole network in ./PlainNet/?

Could you please provide me step by step procedure? :man-bowing:

You can customize your network backbone in ./PlainNet. For example, you can create a new ./PlainNet/HardNet_SuperNet.py and implement Hardnet structure inside. The zen-score function does not care how supernet is internally implemented.

Got it @MingLin-home . Thank you.