Determine Ran Augmentations #3490
Replies: 3 comments 2 replies
-
|
Hi @danieltudosiu , Thanks for your interest and feedback here. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Feel free to use this quick and dirty solution that I wrote: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @danieltudosiu , Thanks very much for your suggestion. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to be able to tell which augmentations have been ran on the data for later logic.
I am aware that this can be done for ones that inherit from InvertibleTransform due to the fact that they use the push_transform() method, but for others, I have not found a way to determine which of them have run or with what parameters.
What can I do?
Beta Was this translation helpful? Give feedback.
All reactions