Yinghao Zhang
Yinghao Zhang
I don't think this implementation consistent with the original paper (RAKI). In `Network.py`, the RAKI network are build by, ``` net = nn.Sequential( nn.Conv2d(in_channels=2 * self.channels_in, out_channels=128, kernel_size=[3, 5], padding=[1,...
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf nightly, 2.13, 2.9 using docker container ### Custom code...
### The following pic is a screenshot of your excellent paper.  ### Questions - what is the exact cut-off frequency of the HR signal and why this frequency has...