Can we implement Multi-input Model with Rm?
I wonder if it is possible to implement Multi-input Model with Rm.
For example, assuming that you are creating a price prediction model, you would like to receive the product's image and time series data, train them as CNN and LSTM models, respectively, and then merge the two models.
Of course, it should be possible to save the model and classify it later when images and time series data are added.
I tried to find the model side with 'concat' or 'merge', but it failed and it doesn't come up in the google search either.
please answer about my question. thank you
0