ContinualAI / ContinualAI/avalanche
make transformation_group immutable objects
Open
Benchmarks
Feature - Low Priority
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.