Fixed
- Support for `torch.optim.lr_scheduler.ReduceLROnPlateau` for `scheduler` argument in `MultiTaskLearner.fit`
- Learner object skips and `ResnetForMultiTaskClassification` `forward` method automatically handles batches of size 1 to avoid `ValueError` with `nn.BatchNorm1d` failing on batches of size 1