Type ProfilerHook
Namespace tensorflow.train
Parent SessionRunHook
Interfaces IProfilerHook
Captures CPU/GPU profiling information every N steps or seconds. This produces files called "timeline-.json", which are in Chrome
Trace format. For more information see:
https://github.com/catapult-project/catapult/blob/master/tracing/README.md
Methods
Properties
Public static methods
ProfilerHook NewDyn(object save_steps, object save_secs, ImplicitContainer<T> output_dir, ImplicitContainer<T> show_dataflow, ImplicitContainer<T> show_memory)
Construct a new Momentum optimizer.