Closed cofri closed 2 years ago
The vanilla export functions for models are refactored and simplified by using the tf.keras.model.clone_model() function. Unit tests are added to verify that model outputs from a Lipschitz model and its vanilla equivalent are identical.
tf.keras.model.clone_model()
The vanilla export functions for models are refactored and simplified by using the
tf.keras.model.clone_model()
function. Unit tests are added to verify that model outputs from a Lipschitz model and its vanilla equivalent are identical.