Bruno Sette created MARVIN-70:
---------------------------------
Summary: Keras predictor preparator (image) nparray is not JSON
serializable problem
Key: MARVIN-70
URL: https://issues.apache.org/jira/browse/MARVIN-70
Project: Apache Marvin
Issue Type: Bug
Reporter: Bruno Sette
Hi guys,
I'm having a problem with predictor preparator in dryrun. Keras predictor needs
to convert images to nparray, a type wich its not json serializable. I've
tried to convert the nparray to a python list, but this doesn't work well
because it is a multidimensional array. Any ideas on how to solve this?
Thanks.
{code:java}
------------------------------------------------------------------------------
MARVIN DRYRUN - STEP [PredictionPreparator]
------------------------------------------------------------------------------
Message 0 :
"http://datawrangling.s3.amazonaws.com/sample_digit.png"
Result for Message 0 :
Unable to serialize the object returned!
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)