If there is evidence that Lightning is doing something wrong in that regard please let us know. Otherwise I'd like to keep the defaults for the dataloaders the same in Lightning as in PyTorch, so not to set wrong expectations. The impact of dataloader workers starting up every epoch should...
I know it's not allowed to have non-generic variable elements follow a non-generic rest, but it would be good to make sure the checker tolerates states like that Suggested change type KD = K<string[]>; // number[] type KD = K<string[]>; // number[] type KE = K<[string, ...