WEN Hao
WEN Hao
@amyeroberts
Because I do not want the head of `AutoModelForImageClassification`. I have my heads (there are several, sharing the same backbone), and I just want this backbone to serve as a...
For example, if I do not specify `out_indices`, then load the pretrained last layer norm weights into the backbone?
Thank you, that's very nice 👍🏼
in addition to `pyrcc5 -o libs/resources.py resources.qrc` in the root directory, try ``` cd ./libs/ pyrcc5 ../resources.qrc -o resources.py cd .. python labelImg.py ``` I think this would help.
Hi, Omar. The models in this library are assumed to accept time-series signal data only. However, integrating the demographic features is easy. Say for example you are doing some classification...
Thank you for your attention to this work. Physiological Measurement is already an excellent journal. This library is still far from complete and there's still a lot of work to...
Just call the `download` method. And of course, you may also download the zip files from google cloud using some other tools and uncompress them manually. The `prepare_dataset` function in...
It's a typo in this file, which happened perhaps when doing copy-paste (from torch_ecg/databases/datasets/cinc2021/cinc2021_dataset.py). The right bracket of this `len` function was missing, and was added at a wrong place...
It seems that the data reader did not find the recording files. The [`CPSC2020`](https://github.com/DeepPSP/torch_ecg/blob/master/torch_ecg/databases/cpsc_databases/cpsc2020.py) data reader searches for the recordings and annotation files using the [following method](https://github.com/DeepPSP/torch_ecg/blob/821dfd8064be8e03aae46ef872a341013d4867c8/torch_ecg/databases/cpsc_databases/cpsc2020.py#L287-L315]): ```python def _ls_rec(self)...