Is it possible to update a trained model saved in a file without retraining it ?
I found the model on the web and I would like to use it but it uses Merge layers which are not supported by newer version of Keras, making it impossible to load with new versions.