You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance the output of my s2i wrapped docker images looked like "{"data": "ndarray" : [{"values" : [0,1,2]"}]}" but when the same output comes from ambassador the response looks like "{"data": "ndarray" : [{"values" : [0.0,1.0,2.0]}]}"
The text was updated successfully, but these errors were encountered:
nandagopal1992
changed the title
The output from ambassador converts integer types to float . For instance the output of my s2i wrapped docker images looked like "{"data": "ndarray" : [{"values" : [0,1,2]"}]}" but when the same output comes from ambassador the response looks like "{"data": "ndarray" : [{"values" : [0.0,1.0,2.0]}]}"
The output from ambassador converts integer types to float .
Feb 27, 2019
For instance the output of my s2i wrapped docker images looked like "{"data": "ndarray" : [{"values" : [0,1,2]"}]}" but when the same output comes from ambassador the response looks like "{"data": "ndarray" : [{"values" : [0.0,1.0,2.0]}]}"
The text was updated successfully, but these errors were encountered: