I have an existing model and would like to add additional metrics to it. The Keras metrics page says the metrics are added at compile time, but I would like to add them after loading (in part because model.load_model() only seems to load the first metric, and because I have new metrics I would like to try on existing model first). Is that possible?