jingyimei commented on issue #381: DL: Add input preprocessor for validation data URL: https://github.com/apache/madlib/pull/381#issuecomment-488879454 By rethinking about the workflow design, it makes more sense for me now to have an end to end test in test/madlib_keras.sql, which starts from source input table, call training_preprocessor_dl and validation_preprocessor_dl, and then pass those dataset to madlib_keras_fit(), since this is the workflow we let user to follow. While previously user can choose either call minibatch_preprocessor_dl or prepare the dataset by themself, so that we decided not to call any preprocessor in madlib_keras_fit dev check and independently test madlib_keras_fit().
---------------------------------------------------------------- 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
