Ben Russell
Ben Russell
Essentially looking to establish the feasibility on the following actions: 1. Use pre-trained ECG_SEQ_LAB_NET network to predict peak locations and compare against my own. 2. Re-train the network on both...
This is great. Thanks very much. Excellent repo 👍
One other thing, I am trying to load the trained models in by calling the `from_remote` method however seems to throw an error for me. I am using: ``` remote_url...
Thanks @wenh06 , appreciate the support. I have used form `from_checkpoint` which seems to have correctly loaded the model into Python. My next issue is with obtaining the R peak...
Yea, the input signal is at 500Hz 🤔 Do the signals need segmented before passing into the model? Ie to I need to split the 10 second (5000 / 500)...
I guess the problem is that the output mask of the model is a downsampled version (the ratio is 8 or 16?) You are right yea, it is downsampled by...