google-research / nasbench

NASBench: A Neural Architecture Search Dataset and Benchmark
Apache License 2.0
682 stars 129 forks source link

hdf5 file format #26

Open kouroshHakha opened 3 years ago

kouroshHakha commented 3 years ago

Can you provide hdf5 file format with fixed_stats and computed_stats precomputed in it, so that the api class construction becomes faster, right now it takes almost 5 minutes to construct the api's class, and the culprit is looping through the tfrecorder in python which seems very in-efficient.