Attaching an optimizer as an attribute to a nn.Module instance

@Giobio
What’s the driver for storing the optimizers within your nn.Module class? I don’t think that would break anything, but it seems unrelated to the ability to use multiple optimizers. For example, you could probably handle it with a custom optimizer class as described here:

There’s some other good in that post as well. Hope that helps!
–SEH