Open Podidiving opened 3 years ago
I tried to understand the model and came to the conclusion that the whole model has followed the "schema of the Inception-v4 network", not InceptionResnetV2. Just see fig 9. It has also followed Inception A, Inception B, and Inception C block structure as we can see in fig 4,5,6.
https://github.com/Cadene/pretrained-models.pytorch/blob/8aae3d8f1135b6b13fed79c1d431e3449fdbf6e0/pretrainedmodels/models/inceptionresnetv2.py#L300
In this realization model has 1536 feature maps in the end.
However, according to https://arxiv.org/pdf/1602.07261.pdf it should be 2048 (fig 19).
Please, can you explain, why the realization is slightly different from the one, provided in the paper?