A common pattern in Lua torch is: ``` nn.Sequential().add_module(m1).add_module(m2) ``` Can we support this? Also it would be nice if I didn't have to make up a name every time, can it be an optional second argument?