Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate a computational graph from an architecture from the size search space? #34

Closed
ifed-ucsd opened this issue Dec 22, 2021 · 4 comments
Assignees

Comments

@ifed-ucsd
Copy link

Describe the Question
A clear and concise description of the question.

  • Is it about the topology search space in NATS-Bench? No
  • Is it about the size search space in NATS-Bench? Yes
  • Which figure or table are you referring to in the paper? N/A

I would like to generate a computational graph from a sample from the size search space. Do you provide any functionality for that? I presume that you must have used this functionality when creating this dataset, so if it is not available within the NATS-Bench codebase, can you give some pointers as to how I can do this?

Thanks!

@ifed-ucsd
Copy link
Author

After looking at the readme further, I guess you already have this in api.get_net_config?

@D-X-Y
Copy link
Owner

D-X-Y commented Dec 22, 2021

Yes, please have a look at this notebook: https://github.com/D-X-Y/NATS-Bench/blob/main/notebooks/issue-21.ipynb

In short, config = api.get_net_config(architecture_index, 'cifar10') will give what you want. In this notebook, it shows the details in the config.

@D-X-Y D-X-Y self-assigned this Dec 22, 2021
@ifed-ucsd
Copy link
Author

Thanks for such a fast reply! That solves my issue.

@D-X-Y
Copy link
Owner

D-X-Y commented Dec 22, 2021

You are always welcome~

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

No branches or pull requests

2 participants