1 parent 25b2f8e commit 3a23f2aCopy full SHA for 3a23f2a
1 file changed
model_test.py
@@ -0,0 +1,3 @@
1
+import tensorflow as tf
2
+model = tf.keras.models.load_model('speaker_diarization_model.keras')
3
+print("Model loaded successfully")
0 commit comments