Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
close
Method · 0.65
save
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected