Conversation
RequriementsWhile choosing design I would recommend conditions to be satisfied:
Discussion of proposed designsThree possible designs of RNN are proposed here:
I would say both I read @ebrevdo comments in other PRs and I would agree that RNN Cell should operate on single example (instead of a batch). Now I'm not entirely sure yet whether RNN as a whole should be operating on batches or single examples. Other detailsget_initial_stateAfter reading some examples of RNN code I think One way or another For comparison TensorFlow expects that RNN cell has output_layerI would probably agree with David and Eugene's comments in other pull request that we should drop |
No description provided.