We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc0362 commit e32feb8Copy full SHA for e32feb8
tensorflowTUT/tf22_scope/tf22_RNN_scope.py
@@ -4,8 +4,6 @@
4
# 22 scope (name_scope/variable_scope)
5
from __future__ import print_function
6
import tensorflow as tf
7
-tf.set_random_seed(1) # reproducible
8
-
9
10
class TrainConfig:
11
batch_size = 20
tensorflowTUT/tf22_scope/tf22_scope.py
@@ -4,7 +4,6 @@
with tf.name_scope("a_name_scope"):
initializer = tf.constant_initializer(value=1)
0 commit comments