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

IIs there are only the predefined ops, like k3_e1, k5_e3, etc. in the database? #9

Open
longxianlei opened this issue Nov 27, 2019 · 1 comment

Comments

@longxianlei
Copy link

Hi, there!
It's awesome work!
I was wondering is there only predefined operations in the database?
I want to try another block type in the architecture search, while also measuring the latency for searched architecture.
So, could you explain this problem?
Thanks!

@newstzpz
Copy link
Contributor

Hi, the database is in operator level (rather than in the building block level k3_e1 etc.). It mostly contains latencies for convoultions for a specific range of parameters (in/out channels, resolution, kernel size etc.). The database may not work if your block type has ops rather than Int8Conv or Int8ConvRelu or the the parameters are outside the range of the database.

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