MCPcopy Create free account
hub / github.com/tensorflow/lingvo / UpdateProgramSchedule

Function UpdateProgramSchedule

lingvo/core/program.py:2705–2832  ·  view source on GitHub ↗

Update ProgramSchedule params with the given new configs. Currently this override only supports EvalProgram, DecodeProgram and MultiInputsDecodeProgram. Args: ps_params: SimpleProgramSchedule.Params(), to be overridden. dataset_list: Optional[List[str]], if not None, it will override

(ps_params,
                          dataset_list=None,
                          train_executions_per_eval=None,
                          train_steps_per_loop=None,
                          eval_steps_per_loop=None,
                          decode_steps_per_loop=None,
                          multi_inputs_decoder=None,
                          decode_summary_emails=None,
                          oneoff_checkpoint_to_load=None,
                          train_summary_interval_steps=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_CreateProgramParamsFunction · 0.85
_ClearSpecifiedProgramFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…