deeplearning4j icon indicating copy to clipboard operation
deeplearning4j copied to clipboard

MAX Pooling instead of AVG Pooling in Resnet50 ?

Open nitin2212 opened this issue 5 years ago • 3 comments

Why does DL4J Zoo models - Resnet50 has Max Pooling instead of Avg Pooling in its last layer ?

See Line 231 https://github.com/eclipse/deeplearning4j/blob/master/deeplearning4j/deeplearning4j-zoo/src/main/java/org/deeplearning4j/zoo/model/ResNet50.java

nitin2212 avatar Jun 01 '20 05:06 nitin2212

@saudet Please help !

nitin2212 avatar Jun 04 '20 06:06 nitin2212

@crockpotveggies would be the one to know.

saudet avatar Aug 15 '20 13:08 saudet

Correction on the last comment: that's a bug. I recommended opening an easy PR to fix it.

crockpotveggies avatar Aug 15 '20 17:08 crockpotveggies