Looking at examples, it looks like it is fairly standard to create a child of Module, and thereby be able to use Functional etc?
- is it fair to say that this is the preferred approach, rather than using eg nn.Sequential?
- is there any way of adding nn.Functional methods into Sequential? Or best to create a Module child, in order to use nn.Functional?