davesalvi commited on
Commit
655d4fe
·
1 Parent(s): 8f5327a

change weights

Browse files
Files changed (1) hide show
  1. script.py +1 -1
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/LCNN_other_datasets_AUG.pth'
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