Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-1306

Helper function to load and manage Keras models

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • v1.16
    • None

    Description

      Proposed interface:

      load_keras_model (
      			model_arch_table,  -- Table of architectures
      			model_arch         -- JSON string
      			)
      
      delete_keras_model (
      			model_arch_table,
      			model_id
      			)
      

      Format of architecture table:

      model_id model_arch model_weights `_internal_madlib_id_`
      INTEGER JSON DOUBLE PRECISION[] TEXT

      Later JIRA will handle the model weight loading and management

      Attachments

        Activity

          People

            fmcquillan Frank McQuillan
            fmcquillan Frank McQuillan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: