In ClearML Dataviews, it is possible to add augmentations.
Where do these augmentations run?
Options
- Original data gets downloaded to local, then runs (on which device? How is multiprocessing handled?)
- Only augmented data gets downloaded to local cache, augmentations run remotely (who pays for compute? How fast? Should pipelines be changed accordingly?)
I couldn't find this in the docs.