Converts all convolution kernels in a model from Theano to TensorFlow.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.utils.convert_all_kernels_in_model
, `tf.compat.v2.keras.utils.convert_all_kernels_in_model`
tf.keras.utils.convert_all_kernels_in_model(
model
)
Also works from TensorFlow to Theano.
Arguments | |
---|---|
model
|
target model for the conversion. |