Jungjee / RawNet

Official repository for RawNet, RawNet2, and RawNet3
MIT License
357 stars 55 forks source link

Why do we need this block of code? #8

Closed ghost closed 4 years ago

ghost commented 4 years ago

out after line 72 will always be overwritten https://github.com/Jungjee/RawNet/blob/master/model_RawNet2.py#L66

if not self.first: out = self.bn1(x) out = self.lrelu_keras(out) else: out = x

Jungjee commented 4 years ago

You're right. Thank you ptJexio:)

I adjusted line 72. Just re-ran the same experiment. I will revise the EER if I see different performance.

Since the camera ready version due is 7 August, If performance differs (It will probably improve? maybe?), I will re-run relavant experiments and report it!

Again, thank you very much for pointing it out :)