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

Custom Search Space for ImageClassification #1857

Open
omkale221 opened this issue Feb 28, 2023 · 0 comments
Open

Custom Search Space for ImageClassification #1857

omkale221 opened this issue Feb 28, 2023 · 0 comments

Comments

@omkale221
Copy link

inputnode = ak.ImageInput()
output_node = ak.ConvBlock(separable=True)(inputnode)

output_node = ak.DenseBlock()(output_node)

output_node = ak.ClassificationHead()(output_node)

I am using the above template as a basic search space, but this creates a sequential conv model.

  1. How to enable non-sequential search as a strategy
  2. How to make automodel search for skip connections without explicitely providing them by ak.merge at a location
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