Closed Defiler24 closed 3 years ago
I have installed 0.4.0
the code is: import imgaug.augmenters.collections as iaa seq = iaa.Sequential([iaa.RandAugment(n=4, m=9)])
Why is it still reporting the error?
Hi @Defiler24, how did your error get fixed? I am getting this error as well.
I have installed 0.4.0
the code is: import imgaug.augmenters.collections as iaa seq = iaa.Sequential([iaa.RandAugment(n=4, m=9)])
Why is it still reporting the error?