Closed pykao closed 6 years ago
Dear Po-Yu, I did not use BN for the entire first stage and that is why I also did not apply it to batch normalization. It was one of the many things I tested but honestly, it does not make a significant difference whether you do BN in the first stage or not. Regards, Fabian
Dear Fabian, Thank you for your explanation! Best, Po-Yu
Hello,
In the code network_architecture, from line 69 to 72, you did not apply BatchNormalization for skip1 layer.
However, for skip2, skip3 and skip4, you did apply BatchNormalization for these layers.
Can you explain the reason why you did not apply the BatchNormalizatoin on the first skip layer?
Best, Po-Yu