jingyimei commented on a change in pull request #359: DL: Remove eval statement URL: https://github.com/apache/madlib/pull/359#discussion_r270525262
##########
File path: src/ports/postgres/modules/deep_learning/test/madlib_keras.sql_in
##########
@@ -110,47 +113,47 @@ SELECT assert(model_data is not NULL , 'Keras model
output validation failed') f
-- Null validation table
DROP TABLE IF EXISTS keras_out, keras_out_summary;
SELECT madlib_keras_fit('cifar_10_sample_batched',
-
'keras_out',
-
'dependent_var',
-
'independent_var',
-
'model_arch',
-
1,
-
'''optimizer''=SGD(lr=0.01, decay=1e-6, nesterov=True),
''loss''=''categorical_crossentropy'', ''metrics''=[''accuracy'']'::text,
-
'''batch_size''=2, ''epochs''=1, ''verbose''=0'::text,
-
1,
-
10,
-
FALSE,
-
NULL,
-
'model name', 'model desc');
+ 'keras_out',
Review comment:
Align those lines with below
----------------------------------------------------------------
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
