Skip to content

LSTMCell: use distinct h0/c0 zero tensors#8

Open
ikanquit wants to merge 1 commit into
masterfrom
fix/lstmcell-distinct-zero-hc
Open

LSTMCell: use distinct h0/c0 zero tensors#8
ikanquit wants to merge 1 commit into
masterfrom
fix/lstmcell-distinct-zero-hc

Conversation

@ikanquit
Copy link
Copy Markdown
Owner

(Tensor.zeros(...),)*2 shared one Tensor across h0 and c0

(Tensor.zeros(...),)*2 shared one Tensor across h0 and c0
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.

1 participant