Yinghao Zhang

Results 3 issues of 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...

type:bug
comp:ops
TF 2.13

### The following pic is a screenshot of your excellent paper. ![image](https://github.com/user-attachments/assets/3c3e94ae-9c1a-4c6e-b24c-67480df7ddee) ### Questions - what is the exact cut-off frequency of the HR signal and why this frequency has...