We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3441c commit b6396feCopy full SHA for b6396fe
tensorlayer/layers.py
@@ -249,8 +249,8 @@ def merge_networks(layers=[]):
249
return layer
250
251
def initialize_global_variables(sess=None):
252
- """Excute ``sess.run(tf.global_variables_initializer())`` for TF12+ or
253
- sess.run(tf.initialize_all_variables()) for TF11.
+ """Excute ``sess.run(tf.global_variables_initializer())`` for TF 0.12+ or
+ ``sess.run(tf.initialize_all_variables())`` for TF 0.11.
254
255
Parameters
256
----------
0 commit comments