tf.keras.utils.convert_all_kernels_in_model

View source on GitHub

Converts all convolution kernels in a model from Theano to TensorFlow.

tf.keras.utils.convert_all_kernels_in_model(
    model
)

Also works from TensorFlow to Theano.

Arguments: