Skip to content
New issue

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

bash: /usr/bin/curl: Argument list too long. Got this error while using curl for prediction on exported model. #169

Open
dwivediagam opened this issue Apr 25, 2020 · 0 comments

Comments

@dwivediagam
Copy link

I was trying to get the prediction on an image using the curl command as mention in the documentation. However, when I execute the command, I got the error: bash: /usr/bin/curl: Argument list too long. I think the issue is because my image is too large(169K) size, as curl is working fine with the smaller images. Is there some way to handle this situation?. I have studied somewhere to pass a file containing base64 encoded string to the curl. But, I could not find a clear solution on how to do that. Please help me with this.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant