The Transforms for the dataset classes in mlutils.data.datasets are usually applied for a single entity. Since the dataset can be called either as a batch, or accessing the whole dataset (data.dataset[:].images for example), the transforms should work in both cases.
This behavior is true for the Normalizer, Sampler, ToTensor, AddBehaviorAsChannels. The other Transforms have to be tested, and all new transforms also have to adhere to this convention.