You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/04/03 18:42:21 UTC

[GitHub] [madlib] njayaram2 opened a new pull request #362: DL: Remove num_classes param from madlib_keras_fit()

njayaram2 opened a new pull request #362: DL: Remove num_classes param from madlib_keras_fit()
URL: https://github.com/apache/madlib/pull/362
 
 
   The number of classes is embedded in the model architecture JSON, so it
   is not necessary to explicitly pass it again as a parameter to fit. This
   commit parses the model architecture JSON to automatically figure out
   the num_classes value to use.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services