Replies: 1 comment 2 replies
-
Hi @mleousi , Thanks for your interest here. trans = RandAffined()
v = trans.rand_affine.rand_affine_grid.rotate_params Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a question regarding the transforms that can be applied to the data.
For instance, when using the RandAffined transform, we are giving a value to be used for the translate_range and this value will then "be used to generate the shift parameter from uniform[-translate_range[0], translate_range[0])" according to the documentation. Hence, we are aware of the range from which the translate parameter is chosen, but the exact value that is finally used is not known.
I was wondering if there is a way to find out this value.
Beta Was this translation helpful? Give feedback.
All reactions