fmcquillan99 commented on issue #381: DL: Add input preprocessor for validation data URL: https://github.com/apache/madlib/pull/381#issuecomment-490291928 (6), (10), (14), (16) seem fine now e.g., for (14) get the right error: ``` ERROR: plpy.Error: validation_preprocessor_dl: the class values in image_data (['bird', 'cat', 'dog']) should be a subset of class values in train_tiny1_packed (['cat', 'dog']) (plpython.c:5038) CONTEXT: Traceback (most recent call last): PL/Python function "validation_preprocessor_dl", line 23, in <module> validation_preprocessor_obj = input_data_preprocessor.ValidationDataPreprocessorDL(**globals()) PL/Python function "validation_preprocessor_dl", line 319, in __init__ PL/Python function "validation_preprocessor_dl", line 360, in _get_dependent_levels PL/Python function "validation_preprocessor_dl", line 78, in _assert PL/Python function "validation_preprocessor_dl" ``` LGTM
---------------------------------------------------------------- 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
