MeysamSh commited on
Commit
5a0698a
·
1 Parent(s): ebfb45d

minor bug fixed address of pth file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ config_path = "./AASIST_ASVspoof5_Exp4_CL.conf" # Remplacez par le chemin réel
112
  config = load_config(config_path)
113
  d_args = config["model_config"]
114
  checkpoint_path = (
115
- "./Ex4_CLspeaker_sampler_eer0.164.pth" # Remplacez par votre checkpoint
116
  )
117
  model = load_model(checkpoint_path, d_args)
118
 
 
112
  config = load_config(config_path)
113
  d_args = config["model_config"]
114
  checkpoint_path = (
115
+ "./Ex4_CLspeaker_sampler.pth" # Remplacez par votre checkpoint
116
  )
117
  model = load_model(checkpoint_path, d_args)
118