seq2seq-chatbot icon indicating copy to clipboard operation
seq2seq-chatbot copied to clipboard

hide [TL] message?

Open zhangzhenslamdunk opened this issue 7 years ago • 2 comments

When I run the program, there are lots of [TL]*** messages generated. Is there a way to hide these msg? It seems not much online information about this. Thanks in advance!

zhangzhenslamdunk avatar Apr 09 '18 03:04 zhangzhenslamdunk

sess = tf.Session(config=tf.ConfigProto(log_device_placement=False, allow_soft_placement=True)) try to set log_device_placement=False

liudragonfly avatar Apr 09 '18 07:04 liudragonfly

Thanks!. But actually the default value of log_device_placement is already False, any ideas?

zhangzhenslamdunk avatar Apr 09 '18 11:04 zhangzhenslamdunk