reductionista opened a new pull request #395: DL: madlib_keras_evaluate() 
function
URL: https://github.com/apache/madlib/pull/395
 
 
       Replace old `evaluate1()` function with `madlib_keras_evaluate()`
   
       This can be called by a user on a test image set, to run loss
       and metric evaluation for a particular model.
   
       Also:
   
        - Fixes bug in final function (shouldn't return image count)
        - Adds devcheck tests for evaluate()
         - Removes extraneous error check in fit_transiton
         - Renames rows_per_seg to images_per_seg param in compute_metrics.
         - Removes STRICT property from internal_keras_eval_transition()
              and internal_keras_eval_final().  We think this may result
              in slightly better error detection.
        - Only sets gp_segment_id_col just before needed now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to