rdyan0053
rdyan0053
3.2节也出现Math Latex 格式错误 https://charmve.github.io/computer-vision-in-action/?#/1_%E7%90%86%E8%AE%BA%E7%AF%87/chapter3_Image-Classification/chapter3.2_knn
> @nick-trivirum , thank you for bringing this to our attention. The issue in https://physionet.org/content/ecg-arrhythmia/1.0.0/ appears to be a bit different though. There are a couple of corrupted `.hea` files....
> @vallabhtiwari thanks for the logs. It seems your workspace state is crashed. Could you try to clean the cache via command "**F1 -> Java: Clean Java Language Server Workspace**"?...
Hello, I have downloaded the CPSC2018 dataset. But I found that the dataset and the code `preprocess.py` do not match. For example, in the CPSC2018 dataset, here are 3 folders...
> sorry, i have see the dataset in dropbox, thank you
> > Hello, I have downloaded the CPSC2018 dataset. But I found that the dataset and the code `preprocess.py` do not match. > > For example, in the CPSC2018 dataset,...
好像确实是这样,运行一次`train.py`,产生一个模型,比如`resnet34_CPSC_all_42.pth`,42就是随机数种子,确保数据集的划分可以重现。 所以如果需要10折交叉验证,是不是要运行10次`train.py` 应该每次运行的时候,先修改一下训练集,验证集,测试集,然后再运行
遇到了同样的问题, 
> 遇到了同样的问题,  我找到问题原因啦,阿里云云盘满了,所以出现这样的错误,建议楼主看看是不是同样的问题
I have same error: ImportError: cannot import name 'EcgQc' from 'ecg_qc' But I had install the ecg_qc by using the `pip install ecg-qc` on Linux server