-
Notifications
You must be signed in to change notification settings - Fork 15
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
[hydra-configs-torch] Configs for Linear / Conv Modules #9
Comments
I think this is probably too challenging for an initial example. If you want to break new ground with allowing full control of the network initially, you can probably try it out first "on the side". We should probably not add config classes to things before we are actually sure these are useful (initially these can be a part of the test app, generated by configen or by hand). |
Which config classes are you suggesting might not be useful? I'm thinking many of the nn/modules ones would be, right? |
Or did you mean for that comment to be in the context of the MNIST example (which there is a separate issue for tracking =P). |
optimizer, dataset, model (at a high level). |
Generate these module confs, brainstorm robust testing method.
The text was updated successfully, but these errors were encountered: