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

[WIP] Executor RNN support #4910

Closed

Conversation

tonyyang-svail
Copy link

@tonyyang-svail tonyyang-svail commented Oct 18, 2017

Overview

Executor

  1. Instantiate all the ops in the RNN block
  2. Set ops and vars in RNNOp

RNN

  1. Replace NetOp to vector<Op>. This will results compilation failure in backward.cc
  2. Add vector<string> vars_ to represent temporary variable name inside RNN

Checklist:

  • Pass Forward
  • Pass Backward
  • Clean up

@tonyyang-svail tonyyang-svail changed the title Executor RNN support [WIP] Executor RNN support Oct 19, 2017
@tonyyang-svail
Copy link
Author

This has been done at #5224

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 this pull request may close these issues.

None yet

2 participants