avalanche
avalanche copied to clipboard
make transformation_group immutable objects
right now transformation groups have an attribute current_group, which makes them mutable. We could manage current_group with the AvalancheDataset and pass it explicitly to the transformation groups. This will make transformations immutable and simplify a bit the code.