Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Missing softmax at the output layer of densenet121 #50

Open
rdzhabarov opened this issue Oct 24, 2018 · 0 comments
Open

Missing softmax at the output layer of densenet121 #50

rdzhabarov opened this issue Oct 24, 2018 · 0 comments

Comments

@rdzhabarov
Copy link

It looks like the output layer of densenet121 is conv, see here

It does not happen for other CV models like resnet50, inception, etc.
Is there any particular reason it's missing?

I understand it should not impact classification as a max value on the conv output will signify top label, but it would be good to be consistent on these models.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant