Closed juice500ml closed 4 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 😢
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?