titu1994 / Keras-ResNeXt

Implementation of ResNeXt models from the paper Aggregated Residual Transformations for Deep Neural Networks in Keras 2.0+.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect number of features at last stage for ResneXt-101

samra-irshad opened this issue · comments

I implemented your code but did not get the correct model definition. For ResneXt-101, the filters in last bottleneck layer should be 2048 but it gives 1024.