-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssertionError: db_dir must be specified #9
Comments
Was the error raised when using Currently when passing empty from torch_ecg.databases import CPSC2021
dr = CPSC2021()
|
I might have found the problem. One has to set |
Thank you, I solved this problem. But there are two more problems come up:
In this line, the function 'ED' is not defined.
ValueError: a must be a sequence or an integer, not <class 'set'> It appears when the code runs to this line: which is splitting the dataset into test and training sets: I think if I use my own dataset, this problem may occur again, so I would appreciate it if you could help me out with this. |
The second error occurs because the first argument of I should make a plan to update the benchmark studies and corresponding test files. |
您好,我在尝试运行cpsc2021的数据集时,出现上述问题,请问该如何解决呢?
The text was updated successfully, but these errors were encountered: