hydra-torch icon indicating copy to clipboard operation
hydra-torch copied to clipboard

[hydra-configs-torch] Configs for Linear / Conv Modules

Open romesco opened this issue 4 years ago • 4 comments

Generate these module confs, brainstorm robust testing method.

romesco avatar Oct 08 '20 21:10 romesco

I think this is probably too challenging for an initial example. We can have the network defined in code (as it is now) and instantiate it with instantiate.

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).

omry avatar Oct 09 '20 17:10 omry

Which config classes are you suggesting might not be useful? I'm thinking many of the nn/modules ones would be, right?

romesco avatar Oct 09 '20 22:10 romesco

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).

romesco avatar Oct 09 '20 22:10 romesco

optimizer, dataset, model (at a high level). See the PL Hydra PR.

omry avatar Oct 09 '20 23:10 omry