We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i got this error,someone knows?
The text was updated successfully, but these errors were encountered:
Hi @tigerdhl, not entirely sure what you mean. Can you give a minimal working example? Some piece of code where the error is occurring?
Sorry, something went wrong.
same error here
~/work/.localenv/lib/python3.5/site-packages/Augmentor/Pipeline.py in keras_generator(self, batch_size, scaled, image_data_format) 538 539 if scaled: --> 540 X = X.astype('float32') 541 X /= 255. # PR #126 542
ValueError: setting an array element with a sequence.
Same here. I can see there's TODO to fix that, any ETA? https://github.com/mdbloice/Augmentor/blob/master/Augmentor/Pipeline.py#L460
Fixed it by setting the parameter scaled to False. However I have a new issue related to #164
No branches or pull requests
i got this error,someone knows?
The text was updated successfully, but these errors were encountered: