neuralmonkey.runners.word_alignment_runner module

class neuralmonkey.runners.word_alignment_runner.WordAlignmentRunner(output_series: str, attention: neuralmonkey.attention.base_attention.BaseAttention, decoder: neuralmonkey.decoders.decoder.Decoder) → None

Bases: neuralmonkey.runners.base_runner.BaseRunner

class Executable(executor: Executor, compute_losses: bool, summaries: bool, num_sessions: int) → None

Bases: neuralmonkey.runners.base_runner.Executable

collect_results(results: List[Dict]) → None
__init__(output_series: str, attention: neuralmonkey.attention.base_attention.BaseAttention, decoder: neuralmonkey.decoders.decoder.Decoder) → None

Initialize self. See help(type(self)) for accurate signature.

fetches
loss_names