With Python and Keras, I have been using three different deep learning models and extracting features from different layers for the given images. I'm getting feature vectors of dimensions (1,6,6,512), (1,50,50,128) and (1,1,1,128) from three different models. How can I concatenate these feature vectors in Python?

More Sivaramakrishnan Rajaraman's questions See All
Similar questions and discussions