Skip to content

Comments

[WIP] Executor RNN support#4910

Closed
tonyyang-svail wants to merge 51 commits intoPaddlePaddle:developfrom
tonyyang-svail:executor_rnn
Closed

[WIP] Executor RNN support#4910
tonyyang-svail wants to merge 51 commits intoPaddlePaddle:developfrom
tonyyang-svail:executor_rnn

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.

2 participants