Views
No views yet
| الخاصية | القيمة |
|---|---|
| النوع | CNN (Convolutional Neural Network) |
| الإطار | TensorFlow / Keras |
| صيغة الملف | .h5 |
| المهمة | Speaker Recognition |
1import tensorflow as tf
2import numpy as np
3
4model = tf.keras.models.load_model('speaker_recognition_cnn.h5')
5model.summary()tensorflow>=2.0
numpy
librosa