This PR adds a basic structure for having train/val/test data transformations. Transforms are instantiated using Hydra and passed through to the dataset.
Before submitting
[ ] Did you make sure title is self-explanatory and the description concisely explains the PR?
[ ] Did you make sure your PR does only one thing, instead of bundling different changes together?
[ ] Did you list all the breaking changes introduced by this pull request?
[ ] Did you test your PR locally with pytest command?
[ ] Did you run pre-commit hooks with pre-commit run -a command?
What does this PR do?
This PR adds a basic structure for having train/val/test data transformations. Transforms are instantiated using Hydra and passed through to the dataset.
Before submitting
pytest
command?pre-commit run -a
command?Did you have fun?
Make sure you had fun coding 🙃