Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Why InceptionResnetV2 has 1536 output feature maps #206

Open
Podidiving opened this issue Dec 3, 2020 · 1 comment
Open

Why InceptionResnetV2 has 1536 output feature maps #206

Podidiving opened this issue Dec 3, 2020 · 1 comment

Comments

@Podidiving
Copy link

self.conv2d_7b = BasicConv2d(2080, 1536, kernel_size=1, stride=1)

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?

@Rupesh-rkgit
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants