File size: 123 Bytes
fa2bc55
 
 
 
1
2
3
4
import tensorflow as tf

# Load the model from the specified path
model = tf.keras.models.load_model('path_to_your_model/')