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
Hi, thanks for sharing this variable tool!
I'm tring to use volumentations to augment 3d images for semantic segmentation, but I've got an error.
The code is like this:
And I've got a following error message:
OperatorNotAllowedInGraphError: Iterating over a symbolic tf.Tensor is not allowed: AutoGraph did convert this function. This might indicate you are trying to use an unsupported feature.
I'd like to know how to make an augmented dataset.
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered:
Hi, thanks for sharing this variable tool!
I'm tring to use volumentations to augment 3d images for semantic segmentation, but I've got an error.
The code is like this:
And I've got a following error message:
OperatorNotAllowedInGraphError: Iterating over a symbolic
tf.Tensor
is not allowed: AutoGraph did convert this function. This might indicate you are trying to use an unsupported feature.I'd like to know how to make an augmented dataset.
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered: