change weights
Browse files
script.py
CHANGED
|
@@ -56,7 +56,7 @@ model = LCNN(return_emb=False).to(device)
|
|
| 56 |
# model_path = './checkpoints/LCNN_ASVSPOOF_FOR_INTHEWILD_PURDUE.pth'
|
| 57 |
# model_path = './checkpoints/LCNN_ALL_DATA.pth'
|
| 58 |
# model_path = './checkpoints/LCNN_ALL_DATA_AUG.pth'
|
| 59 |
-
model_path = './checkpoints/
|
| 60 |
model.load_state_dict(torch.load(model_path, map_location=device))
|
| 61 |
|
| 62 |
# # MOE MODEL
|
|
|
|
| 56 |
# model_path = './checkpoints/LCNN_ASVSPOOF_FOR_INTHEWILD_PURDUE.pth'
|
| 57 |
# model_path = './checkpoints/LCNN_ALL_DATA.pth'
|
| 58 |
# model_path = './checkpoints/LCNN_ALL_DATA_AUG.pth'
|
| 59 |
+
model_path = './checkpoints/LCNN_ALL_DATA_TTS_AUG.pth'
|
| 60 |
model.load_state_dict(torch.load(model_path, map_location=device))
|
| 61 |
|
| 62 |
# # MOE MODEL
|