jingyimei opened a new pull request #389: DL: Convert the keras_eval function from UDF to UDA URL: https://github.com/apache/madlib/pull/389 This PR converts the internal_keras_evaluate from a UDF into a UDA. Input validation table is expected to be batched now instead of unbatched. This commit also does the following: 1. Rename variables for consistency & clean up 2. total_images_per_seg is now images_per_seg, all_seg_ids is seg_ids. 3. Update dev check for evaluate 4. Added unit tests for merge & final eval functions 5. Update error-checking for fit and evaluate UDAs 6. Update input table for fit dev check
---------------------------------------------------------------- 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
