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'
Hello. I am running into the following error. The only changes I made were adjusting the directories.
Please let me know what to do. Thanks