Cast Keras model (PythonNativeObject) to Rapidminer kerasModelOObject
svwe
New Altair Community Member
Hi there,
is it currently possible to cast a keras model (as PythonNativeObject) to rapidminer.extension.keras.ioobject.KerasModellOObject?
Regards,
Sven
is it currently possible to cast a keras model (as PythonNativeObject) to rapidminer.extension.keras.ioobject.KerasModellOObject?
Regards,
Sven
1
Answers
-
Hi @sgenzer,
unfortunately, it is still a problem. Do you have a solution for this casting problem?
Regards,
Sven0 -
The DL4J extension has a way to load Keras models, i think thats a good spot to look at.
Cheers,
Martin2