MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / on_train_end

Method on_train_end

tensorflow/python/keras/callbacks_v1.py:453–457  ·  view source on GitHub ↗
(self, logs=None)

Source from the content-addressed store, hash-verified

451 i += self.batch_size
452
453 def on_train_end(self, logs=None):
454 if self._is_profiling:
455 profiler.save(self.log_dir, profiler.stop())
456 self._is_profiling = False
457 self.writer.close()

Callers

nothing calls this directly

Calls 3

closeMethod · 0.65
saveMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected