Skip to content

NASBench

Takeru Ohta edited this page Apr 16, 2020 · 5 revisions

NASBench is a built-in problem based on NAS-Bench-101: Towards Reproducible Neural Architecture Search. The official Python implementation of NAS-Bench-101 can be found here.

[WIP] How to use NASBench problem

$ wget https://storage.googleapis.com/nasbench/nasbench_full.tfrecord
$ nasbench convert nasbench_full.tfrecord nasbench_full.bin
Clone this wiki locally