orhankislal commented on a change in pull request #524: URL: https://github.com/apache/madlib/pull/524#discussion_r583649649
########## File path: src/ports/postgres/modules/deep_learning/test/madlib_keras_fit.sql_in ########## @@ -40,7 +40,7 @@ SELECT madlib_keras_fit( 'model_arch', 1, $$ optimizer=SGD(lr=0.01, decay=1e-6, nesterov=True), loss='categorical_crossentropy', metrics=['mae']$$::text, - $$ batch_size=2, epochs=1, verbose=0 $$::text, + $$ batch_size=2, epochs=1, verbose=0, callbacks=[TensorBoard(log_dir='/tmp/tensorflow/single/')] $$::text, Review comment: That is the job of TensorBoard, I don't think we should get involved. ---------------------------------------------------------------- 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: us...@infra.apache.org