[
https://issues.apache.org/jira/browse/SYSTEMML-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niketan Pansare resolved SYSTEMML-2505.
---------------------------------------
Resolution: Fixed
Fixed by
https://github.com/apache/systemml/commit/7019f3bc805aaae67ef32e281cf99e26cbd26b29
> Support generation of DML script using Keras2DML and Caffe2DML
> --------------------------------------------------------------
>
> Key: SYSTEMML-2505
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2505
> Project: SystemML
> Issue Type: Test
> Components: APIs
> Reporter: Niketan Pansare
> Assignee: Niketan Pansare
> Priority: Major
> Fix For: SystemML 1.3
>
>
>
> {code}
> from keras.applications.vgg16 import VGG16
> keras_model = VGG16(weights="imagenet", pooling="max")
> from systemml.mllearn import Keras2DML
> sysml_model = Keras2DML(spark, keras_model, input_shape=(3,224,224),
> weights='weights_dir')
> sysml_model.set(test_algo='batch', train_algo='minibatch')
> print(sysml_model.get_training_script())
> print(sysml_model.get_prediction_script())
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)