jingyimei opened a new pull request #367: DL: Remove reshaping URL: https://github.com/apache/madlib/pull/367 This PR does the following: 1. Add a simple validation check to fit() that input shape = model architecture expected shape. 2. Do not re-shape image inputs both for training data and validation data 3. Add numeric array check to dependent var for validation table 4. Rename helper class/file to validator 5. Use FORMAT class for getting model_arch col names(previously it was hardcoded, which caused discrepancy between minibatch_preprocessor_dl() and madlib_keras_fit()). 6. Update dev check and unit test(also move all unit tests to madlib_keras.py_in)
---------------------------------------------------------------- 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
