jingyimei commented on a change in pull request #381: DL: Add input preprocessor for validation data URL: https://github.com/apache/madlib/pull/381#discussion_r280637061
########## File path: src/ports/postgres/modules/deep_learning/test/madlib_keras.sql_in ########## @@ -38,7 +38,7 @@ copy cifar_10_sample_val from stdin delimiter '|'; -- update cifar_10_sample_val SET independent_var = array_scalar_mult(independent_var::real[], (1/255.0)::real); -- Prepare the minibatched data manually instead of calling --- minibatch_preprocessor_dl since it internally calls array_scalar_mult. +-- training_preprocessor_dl since it internally calls array_scalar_mult. Review comment: Did we mention above that instead of calling any preprocessor, we manually create the table in this 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
