jikexueyuanwiki / tensorflow-zh

谷歌全新开源人工智能系统TensorFlow官方文档中文版
http://wiki.jikexueyuan.com/project/tensorflow-zh/
12.37k stars 4.18k forks source link

use tf.global_variables_initializer() instead tf.initialize_all_variables() #185

Closed jiahui-qin closed 6 years ago

jiahui-qin commented 7 years ago

initialize_all_variables() has been deprecated, and will be deleted after 2017/03/02 Update: use tf.global_variables_initializer() instead. if use tf.initialize_all_variables() will produce a warning

qiaohaijun commented 6 years ago

非常感谢