Sorry for the slow reply. Unfortunately, now the only way to set the log level is to modify the tensorflow / core / platform / logging.h file and recompile, for example,
#define VLOG_IS_ON(lvl) ((lvl) <= 1)
Disabled error 1258 for more efficient log management.
Posts
MemoryLogTensorOutput written at the end of each execution of Op and indicates the tensors that contain the outputs of Op. It is useful to know these tensors, since memory is not output until the subordinate Op absorbs the tensors, which can be much later on the large graph.
Michael Isard Apr 08 '16 at 17:32 2016-04-08 17:32
source share