tensorflow / models

Models and examples built with TensorFlow
Other
77.04k stars 45.77k forks source link

Is initialization in Resnet model correct? #358

Closed lsy643 closed 7 years ago

lsy643 commented 8 years ago

On the line 277 of the file resnet_model.py, the n for initialization is defined.

But according to the paper "Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification", Shouldn't it be n = filter_size * filter_size * in_filters?

panyx0718 commented 8 years ago

I quickly scanned the paper again. Thanks for pointing out. I probably won't redo all the experiments to try "filter_size * filter_size * in_filters" recently, given the current performance is good. Will add a TODO comments.

nealwu commented 7 years ago

Automatically closing due to lack of recent activity.