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

Is it possible to provide the code generated by different model variants with different hyperparameter configurations #11

Closed
mhqmhy opened this issue Sep 6, 2022 · 3 comments

Comments

@mhqmhy
Copy link

mhqmhy commented Sep 6, 2022

Networks with different kernel size, stride, padding, etc. configurations and their execution time label

@geoffxy
Copy link
Owner

geoffxy commented Sep 7, 2022

Thanks for your interest in Habitat!

Can you clarify what you mean exactly by "code generated by different model variants"?

@mhqmhy
Copy link
Author

mhqmhy commented Nov 3, 2022

It's the code that collects the dataset. For networks with different configurations (different kernel size, batch size , channel size, etc.), how their execution time label are collected

@geoffxy
Copy link
Owner

geoffxy commented Nov 26, 2022

The code we used to collect the training data is under the tools/recording/ subdirectory. For example, you can see how the Conv2d training data was collected here. You should be able to modify that code if you want to collect training data for a different operation or with different configurations.

@geoffxy geoffxy closed this as completed Jan 1, 2023
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