fmcquillan99 commented on issue #382: DL: Naming improvements for dependent and 
independent varname
URL: https://github.com/apache/madlib/pull/382#issuecomment-489739755
 
 
   LGTM
   
   ```
   SELECT madlib.madlib_keras_fit('mnist_train_packed',  -- source_table
                                  'model1', -- model
                                  'model_arch_library',  -- model_arch_table
                                  1,  -- model_arch_id
                                  $$ loss='categorical_crossentropy', 
optimizer='adam', metrics=['acc'] $$,  -- compile_params
                                  $$ batch_size=128, epochs=4 $$,  -- fit_params
                                  5,  -- num_iterations
                                  FALSE,  -- use_gpu
                                  NULL,  -- validation_table
                                  'Frank',  -- name
                                  'A test model'  -- description
                                 );
   ```
   
   produces a model

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