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 can I get the models in datasets.zip? #125

Open
SakuraiYuuta opened this issue Aug 10, 2023 · 0 comments
Open

How can I get the models in datasets.zip? #125

SakuraiYuuta opened this issue Aug 10, 2023 · 0 comments

Comments

@SakuraiYuuta
Copy link

SakuraiYuuta commented Aug 10, 2023

I found the dataset generation method in paper:

For each model (e.g., AlexNet), we generate 2,000 variants
(e.g., AlexNets) by re-sampling the output channel number and kernel size for each layer. Specifically, the new output channel number is randomly selected from [0.2 × 𝐶𝑜𝑢𝑡, 1.8 × 𝐶𝑜𝑢𝑡], and the kernel size is sampled from {1, 3, 5, 7, 9}

and the generated models in the datasets.zip, but how can I get the models to execute them by myself?

I noticed that these models are ir graphs, how can I transfer them back to pytorch/tensorflow models to do the inference by myself

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

1 participant