You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by fm...@apache.org on 2020/03/26 22:26:06 UTC

[madlib] branch master updated: correct disk space comment for gp5 and 6 in keras multi fit user docs

This is an automated email from the ASF dual-hosted git repository.

fmcquillan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f0bb2e  correct disk space comment for gp5 and 6 in keras multi fit user docs
2f0bb2e is described below

commit 2f0bb2e0b01e060150b443c43f00c5e1d664a5c6
Author: Frank McQuillan <fm...@pivotal.io>
AuthorDate: Thu Mar 26 15:25:49 2020 -0700

    correct disk space comment for gp5 and 6 in keras multi fit user docs
---
 .../modules/deep_learning/madlib_keras_fit_multiple_model.sql_in     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in b/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
index 4d1eb09..9238652 100644
--- a/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
+++ b/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
@@ -88,10 +88,11 @@ You can set up the models and hyperparameters to try with the
 Model Selection</a> utility to define the unique combinations
 of model architectures, compile and fit parameters.
 
-@note If 'madlib_keras_fit_multiple_model()' is running on GPDB 5, the database will
+@note If 'madlib_keras_fit_multiple_model()' is running on GPDB 5 and some versions
+of GPDB 6, the database will
 keep adding to the disk space (in proportion to model size) and will only
 release the disk space once the fit multiple query has completed execution.
-This is not the case for GPDB 6+ where disk space is released during the
+This is not the case for GPDB 6.5.0+ where disk space is released during the
 fit multiple query.
 
 @note CUDA GPU memory cannot be released until the process holding it is terminated.