reductionista commented on a change in pull request #461: DL: Add optional 
parameters for multi model training
URL: https://github.com/apache/madlib/pull/461#discussion_r354018355
 
 

 ##########
 File path: 
src/ports/postgres/modules/deep_learning/test/madlib_keras_transfer_learning.sql_in
 ##########
 @@ -169,26 +292,18 @@ SELECT load_model_selection_table(
     ]
 );
 
-DROP TABLE if exists iris_multiple_model, iris_multiple_model_summary, 
iris_multiple_model_info;
-SELECT setseed(0);
-SELECT madlib_keras_fit_multiple_model(
-  'iris_data_packed',
-  'iris_multiple_model',
-  'mst_table',
-  3,
-  0
-);
+UPDATE iris_model_arch
+SET model_weights = (SELECT model_weights FROM iris_multiple_model WHERE 
mst_key=1)
+WHERE model_id = 1;
 
+-- UPDATE mst_table
+-- SET model_id = 2 WHERE model_id = 1;
 
 Review comment:
   Should we remove these two commented lines?

----------------------------------------------------------------
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

Reply via email to