Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

questions about code #6

Open
vickersmith opened this issue Oct 23, 2018 · 1 comment
Open

questions about code #6

vickersmith opened this issue Oct 23, 2018 · 1 comment

Comments

@vickersmith
Copy link

vickersmith commented Oct 23, 2018

your multi_label_classifier was constructed by several concurrent FC layers .Another idea is that the label is encoded by one-hot encoder and add a sigmoid function after the 3rd FC layer.At last ,only a CrossEntropyLoss is used without any concurrent FC layers.Do you think the idea works or have you try it?Thanks very much!

@pangwong
Copy link
Owner

I have't tried it yet. In fact, the weights of single fc layer proposed in your idea and the weigths of multiple concurrent fc layers have the same parameters number as long as the size of feature map before fc is identical.

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

No branches or pull requests

2 participants