Closed andymiller closed 6 years ago
Hi, Andy.
Thanks for your contribution.
The problem was with wfdb
library which API changes quite quickly and loses backward compatibility all the time.
We have released a new version of CardIO framework, fixing the wfdb version that should work properly.
Please, update the repo (do not forget --recursive flag) and try our new tutorials.
I'm not closing the issue yet and looking forward to your feedback that everything works fine.
Thanks for the quick reply!
I updated, and the initialization line of code ran.
About how long does training take for this example: ppl_train = (dtst >> pipeline).run()
?
Hi!
It may take several hours to finish, depending on the size of your dataset and your hardware.
Hi all --- I am trying to run the HMM segmentation in this notebook. I've downloaded the QT database, but when I run the pipeline initialization line
ppl_inits = (dtst >> pipeline).run()
, I get the following output:Is there some data file missing from my repository?