I have a signal from which I'm interested in extracting different features of it. For each feature, I've trained a different neural network model and saved as HDF5 files. Now I'm loading them in order to make predictions, but I'm asking myself if I cannot run them in parallel, displaying accordingly all the features at the same time, since the input is the same?
If so, how can I do it.
Thanks