decoder_beam_search_state {tfaddons}R Documentation

Beam Search Decoder State

Description

Beam Search Decoder State

Usage

decoder_beam_search_state(
  cell_state,
  log_probs,
  finished,
  lengths,
  accumulated_attention_probs
)

Arguments

cell_state

cell_state

log_probs

log_probs

finished

finished

lengths

lengths

accumulated_attention_probs

accumulated_attention_probs

Value

None


[Package tfaddons version 0.10.0 Index]