pplonski/keras2cpp

does it support 'Model' model ?

wu-ruijie opened this issue · 2 comments

I see your example is ‘Sequential’ model.
but it looks like not support 'Model' model.
thanks

Yes, keras2cpp only supports sequential Keras models.

If you want to deploy models build with the functional API you need to use for example TensorFlow serving or frugally-deep (sorry for the shameless plug ;D).

Thanks for info! ;)