systemml

SystemML:Cannot import the submodule mllearn (and therefore Keras2DML function)

为君一笑 提交于 2020-07-09 03:01:08
问题 I am using IBM Watson Studio (Default spark python environment) and trying to convert a Keras model to systemml DML and train it on Spark. !pip install systemml import systemml this executes just fine. But this - from systemml import mllearn throws SyntaxError: import * only allowed at module level dir(systemml) doesn't show mllearn. I tried to install it from http://www.romeokienzler.com/systemml-1.0.0-SNAPSHOT-python.tar.gz and https://sparktc.ibmcloud.com/repo/latest/systemml-1.0.0