Active
Project:
Google Cloud ML Engine
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2017 at 10:38 UTC
Updated:
26 Jul 2017 at 10:50 UTC
Jump to comment: Most recent, Most recent file
The prediction response we get from the cloud server will vary with the Tensorflow code we use for the project. To give an insight,
A classification problem will respond as
{ “Class1” : percentage, “Class2” : precentage, …}
Image caption will respond as
{ "caption": [ "the", "quick", "brown", "", "", "" ] }
I have asked a StackOverFlow question on this.
There are a variety of ways we can get the prediction response. We can add a few prediction formats with the module and give the user flexibility to create custom plugins to parse the prediction output.

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | img1.png | 135 KB | boaloysius |
Comments
Comment #2
boaloysius commentedComment #3
boaloysius commentedComment #4
boaloysius commentedComment #5
boaloysius commented