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

Port Fully Connected operator #3926

Closed
Xreki opened this issue Sep 6, 2017 · 0 comments · Fixed by #3927
Closed

Port Fully Connected operator #3926

Xreki opened this issue Sep 6, 2017 · 0 comments · Fixed by #3927
Assignees

Comments

@Xreki
Copy link
Contributor

Xreki commented Sep 6, 2017

Port Fully Connected operator to the new framework. The computation must be totally the same as the old FullyConnectedLayer, that is Out = sum_n{X_i * W_i} + b.

  • Support different kinds of activation functions, such as identity, sigmoid, softmax.
  • Implemented by calling other operators (MulOp, RowwiseAddOp, activation ops).
  • Support multiple inputs and weights.

Problems I met during porting FCOp are recorded in several issues:

@Xreki Xreki self-assigned this Sep 6, 2017
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

Successfully merging a pull request may close this issue.

1 participant