Multiple input layer with TMVA Keras interface?

Dear TMVA expert,
is it possible to use Keras functional API in order to have multiple input?
Something similar to this:
https://keras.io/getting-started/functional-api-guide/#multi-input-and-multi-output-models

Thank you for your assistance,
— Alberto

Hi,

This is currently not supported. TMVA currently (v. 6.14/00) has no method of mapping parts of the input vector to different parts of the model.

Cheers,
Kim