Skip to content

Commit 3a23f2a

Browse files
committed
Made a commit to the work we started Sir
1 parent 25b2f8e commit 3a23f2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

model_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)