nesl / asvspoof2019

Our submission to the ASVspoof 2019: Automatic Speaker Verification Spoofing and Countermeasures Challenge
96 stars 40 forks source link

AttributeError: 'ASVDataset' object has no attribute 'data_x' #19

Closed MiPlayer123 closed 2 years ago

MiPlayer123 commented 2 years ago

Hello. I am running into the following error. The only changes I made were adjusting the directories.

Matlab cache for cqcc feature do not exist.
Traceback (most recent call last):
  File "model_main.py", line 184, in <module>
    dev_set = data_utils.ASVDataset(is_train=False, is_logical=is_logical,
  File "/asvspoof2019/data_utils.py", line 106, in __init__
    self.length = len(self.data_x)
AttributeError: 'ASVDataset' object has no attribute 'data_x'

Please let me know what to do. Thanks