When should I use nn.ModuleList and when should I use nn.Sequential?

Stupid question, why use ModuleList instead of a normal python list? is it so that parameters are included in the .parameters() iterator?

6 Likes