Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

How to extract all the architectures and metrics from the records? #28

Open
geantrindade opened this issue Jan 9, 2021 · 1 comment

Comments

@geantrindade
Copy link

I could not find such an example.

The only thing I found was how to query some random architectures and their metrics, using "nasbench.query(spec)"

How could I extract all the architectures and related metrics without having to query for a specific model configuration?

@wendli01
Copy link

wendli01 commented Jan 21, 2021

A starting point is, as mentioned in the readme, nasbench.api.NASBench.__init__.
You will need the protobuf schema.

For example, I created this standalone script that converts to networkx graphs and can also split operator names into type and config information.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants