Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
|
@@ -10,6 +10,7 @@ from facenet_pytorch import MTCNN
|
|
| 10 |
from rawnet import RawNet
|
| 11 |
|
| 12 |
|
|
|
|
| 13 |
#Set random seed for reproducibility.
|
| 14 |
tf.random.set_seed(42)
|
| 15 |
|
|
|
|
| 10 |
from rawnet import RawNet
|
| 11 |
|
| 12 |
|
| 13 |
+
|
| 14 |
#Set random seed for reproducibility.
|
| 15 |
tf.random.set_seed(42)
|
| 16 |
|