Only available during fine-tuning, returns an empty list otherwise. Unlike
getDropoutMask, this list is 1-based, starting with the
dropout mask for the input layer at index 1. So getDropoutMask(darch,
0)
returns the same as getDropoutMasks(darch)[[1]]
.