Open
Description
章节:第一章 起步 简介
页码:10
修改内容:Python 程序
# 初始化变量
init = tf.initialize_all_variables()
修改为:
# 初始化变量
init = tf.global_variables_initializer()
因为:
WARNING:tensorflow:From :1 in .: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
Instructions for updating:
Use tf.global_variables_initializer
instead.
Metadata
Metadata
Assignees
Labels
No labels