Assigned
Status Update
Comments
fc...@gmail.com <fc...@gmail.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
th...@gmail.com <th...@gmail.com> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
Description
What you would like to accomplish:
Export an object detection model to Edge TPU devices (Coral).
How this might work:
it will be useful to add an option to export the object detection models to Coral like the existing one for classification models [1] in the AutoML Vision API.
[1]
If applicable, reasons why alternative solutions are not sufficient:
Other information (workarounds you have tried, documentation consulted, etc):
- Currently, there is no workaround for this.