Multi-Objective-NAS / self-supervised-nas

Official implementation of the paper "Pretraining Neural Architecture Search Controllers with Locality-based Self-Supervised Learning" (NeurIPSW 2020)
5 stars 0 forks source link

Experiment list #20

Closed juice500ml closed 3 years ago

juice500ml commented 3 years ago

Does edit-distance meaningful for performance prediction?

NAS-Bench-101, locality, correlation between graph edit distance and the result performance. We check our edit-distance generation algorithm indeed results in correlation on performance.

Can edit-distance be learned?

We sample two graphs from the NAS-Bench-101 and determine whether the distance can be indeed predicted. (With multiple metric learning methods)

Is learning edit-distance useful for NAS task?

Naruu commented 3 years ago

Does edit-distance meaningful for performance prediction?

Wrote code but takes tooooooo long time It took 2.5 hours to find edit-distance=1,2,3,4 architecture from 5 seed architectures. Trying to use multiprocessing library, but still it would take massive amount of time 😢