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

Well-defined configuration input format #106

Open
jsjason opened this issue Sep 2, 2015 · 0 comments
Open

Well-defined configuration input format #106

jsjason opened this issue Sep 2, 2015 · 0 comments

Comments

@jsjason
Copy link
Contributor

jsjason commented Sep 2, 2015

In our current prototxt format used for configuration files, num_input and num_output are both declared as required. However, some layers such as PoolingLayers do not require these parameters because of the nature of the layer itself. We can either make those fields optional and go through a derivation process for layers that do not explicitly receive the fields, or move the fields to specific layer configurations instead of leaving them as common layer configurations.

@jsjason jsjason added this to the DNN - Improve the algorithm milestone Sep 2, 2015
@jsjason jsjason modified the milestones: Nice-to-have issues, DNN - Improve the algorithm Sep 3, 2015
@jsjason jsjason added the DNN label Sep 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant