You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build the model which has split and concat in itself. This issue ( #890 ) is very helpful for me but there's a problem.
I want to use my model in iOS App. So I tried to convert keras model to coreML model using coremltools.
But coreML does not accept Lambda layers like this ...
ValueError: Keras layer '<class 'keras.layers.core.Lambda'>' not supported.
I build the model which has split and concat in itself. This issue ( #890 ) is very helpful for me but there's a problem.
I want to use my model in iOS App. So I tried to convert keras model to coreML model using coremltools.
But coreML does not accept Lambda layers like this ...
I just want to do
and after some manipulation
Is there work around for this without using Lambda?
The text was updated successfully, but these errors were encountered: