seq2seq-chatbot
seq2seq-chatbot copied to clipboard
hide [TL] message?
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!
sess = tf.Session(config=tf.ConfigProto(log_device_placement=False, allow_soft_placement=True)) try to set log_device_placement=False
Thanks!. But actually the default value of log_device_placement is already False, any ideas?