MCPcopy Index your code
hub / github.com/albertpumarola/GANimation / _display_visualizer_train

Method _display_visualizer_train

train.py:97–100  ·  view source on GitHub ↗
(self, total_steps)

Source from the content-addressed store, hash-verified

95 self._tb_visualizer.print_current_train_errors(i_epoch, i_train_batch, self._iters_per_epoch, errors, t, visuals_flag)
96
97 def _display_visualizer_train(self, total_steps):
98 self._tb_visualizer.display_current_results(self._model.get_current_visuals(), total_steps, is_train=True)
99 self._tb_visualizer.plot_scalars(self._model.get_current_errors(), total_steps, is_train=True)
100 self._tb_visualizer.plot_scalars(self._model.get_current_scalars(), total_steps, is_train=True)
101
102 def _display_visualizer_val(self, i_epoch, total_steps):
103 val_start_time = time.time()

Callers 1

_train_epochMethod · 0.95

Calls 5

plot_scalarsMethod · 0.80
get_current_visualsMethod · 0.45
get_current_errorsMethod · 0.45
get_current_scalarsMethod · 0.45

Tested by

no test coverage detected