You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's problematic to accept the 2D list of str type because the function is for an image.
The text was updated successfully, but these errors were encountered:
hyperkai
changed the title
Setting the 3D tensor of str type to RandomAffine() after instantiation got an indirect error message
Setting the 2D list of str type to RandomRotation(), RandomHorizontalFlip() and RandomVerticalFlip() after instantiation works
Jan 16, 2025
🐛 Describe the bug
Setting the 2D list of
str
type to RandomRotation(), RandomHorizontalFlip() and RandomVerticalFlip() after instantiation works as shown below:I think it's problematic to accept the 2D list of
str
type because the function is for an image.The text was updated successfully, but these errors were encountered: