Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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