Open brandondutra opened 7 years ago
PR sent to remove the duplicated logging.
Lets consider WorkerLoggingHook and MasterLoggingHook where each generates a compact single log line -- goal is to show progress on each node in the cluster, with least possible impact on log.
See #13 for basic first pr.
LogSessionHook: shows time of last batch train, running total time, running throughput
LogTrainingHook: loss of last batch train, running total time, running throughput. Also makes summary events
Question: why do we run/have both? I basically see the same running total time, running throughput twice.