2021-03-05 07:04 AM
Hi,
I would like to ask whether it is possible to put multiple models into an MCU using x-cube ai. The first model would generate one output which will be one of the inputs for another model with 13 inputs and 3 outputs.
If you could provide steps as to how to achieve this, it would also be very helpful.
Kind regards,
Jona
Solved! Go to Solution.
2021-03-05 07:19 AM
Hello @Jona,
Yes this is possible. You will have to write your own code to assign the outputs of the first model to the inputs of the second model. Reshape and/or transform if necessary.
Adding multiple models to X-CUBE-AI is described in the User Manual, section 4.7 Adding a new DL model:
Regards,
Guillaume
2021-03-05 07:19 AM
Hello @Jona,
Yes this is possible. You will have to write your own code to assign the outputs of the first model to the inputs of the second model. Reshape and/or transform if necessary.
Adding multiple models to X-CUBE-AI is described in the User Manual, section 4.7 Adding a new DL model:
Regards,
Guillaume
2021-03-06 02:50 AM
Hi Guillaume,
Thank you for your reply, I'd also like to ask if models with multiple outputs can also be added in x-cube ai?
Kind regards,
Jona