it'd be great to pick out elements of of a sequential with array slicing: ``` s = nn.Sequential(...) # Drop the last element a = s[0:-1] ```