Neuracraft / model
Erfan11's picture
Create model
fa2bc55 verified
raw
history blame
No virus
123 Bytes
import tensorflow as tf
# Load the model from the specified path
model = tf.keras.models.load_model('path_to_your_model/')