Merging Two Trained Networks for Inferencing Sequentially
问题 I am trying to merge two trained neural networks. I have two trained Keras model files A and B. Model A is for image super-resolution and model B is for image colorization. I am trying to merge two trained networks so that I can inference SR+colorization faster. (I am not willing to use a single network to accomplish both SR and colorization tasks. I need to use two different networks for SR and colorization tasks.) Any tips on how to merge two Keras neural networks? 回答1: As long a the shape