kaknikhil commented on a change in pull request #534:
URL: https://github.com/apache/madlib/pull/534#discussion_r583902808
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras.sql_in
##########
@@ -178,6 +188,11 @@ madlib_keras_fit(
There are no mandatory parameters so
if you specify NULL, it will use all default
values as per Keras.
+
+ @note
+ Callbacks are not currently supported except for TensorBoard
Review comment:
Looking at the code, here is what we support
```
'log_dir', 'histogram_freq', 'batch_size', 'update_freq', 'write_graph',
'write_grad', 'write_images'
```
@orhankislal or @reductionista Can you confirm ?
----------------------------------------------------------------
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]