Motivation: This paper proposes a network performance predictor to ease the computing pressure in the bayesian optimization process for network architecture search.
Method: The paper first uses one-hot path encoding method to represent a network architecure and then trains a accuracy regression model. After that, the author uses the model in the bayesian optimization process and updates it every iteration.
Contribution: One-hot path encoding may be important.