MCPcopy Create free account
hub / github.com/HawkAaron/RNN-Transducer / forward

Method forward

seq2seq/decoder.py:22–45  ·  view source on GitHub ↗

`target`: (batch, length) `enc_out`: Encoder output, (batch, length, hidden_size) `enc_hid`: last hidden state of encoder TODO Truncated BPTT

(self, target, enc_out, enc_hid)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_stepMethod · 0.95

Tested by

no test coverage detected