Skip to content

Comments

Add stacked dynamic lstm model for fluid.#34

Closed
pkuyym wants to merge 1 commit intodzhwinter:masterfrom
pkuyym:fix-32
Closed

Add stacked dynamic lstm model for fluid.#34
pkuyym wants to merge 1 commit intodzhwinter:masterfrom
pkuyym:fix-32

Conversation

@pkuyym
Copy link
Collaborator

@pkuyym pkuyym commented Dec 27, 2017

Resolves #32

@dzhwinter
Copy link
Owner

Currently, we have two version of the dynamic_lstm implementation, one is composed with while_op, making each step exposed in Python side.
The other one is consist of dynamic_lstm_op, which is packaged in c++ side with stepNet without while_op, they have entirely differences.

@dzhwinter
Copy link
Owner

We choose the while_op one of #30

@pkuyym pkuyym closed this Jan 31, 2018
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