ValueError: high is out of bounds for int32
Opened this issue · 0 comments
Rajayogi commented
while running image augmentation, i am getting an error from the module image-gen-extended.py
self.__sync_seed = self.config['seed'] or np.random.randint(low, high=None, size=None)
501
mtrand.pyx in mtrand.RandomState.randint()
ValueError: high is out of bounds for int32