run.interactive.interactive_spin#
- interactive_spin(model: Model, trainer: Trainer, plotter: Plotter, params_file: str)[source]#
Script for interactive learning
Shows a training graph and allows you to pause training at any time and view the intermediate result.
- Parameters:
model (Model) – Network model.
trainer (Trainer) – Training tool.
plotter (Plotter) – Display tool.
params_file (str) – Parameters file name. See
engine.model.Model.load_params
.