Skip to content

Commit e32feb8

Browse files
committed
add color bar
1 parent abc0362 commit e32feb8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tensorflowTUT/tf22_scope/tf22_RNN_scope.py

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# 22 scope (name_scope/variable_scope)
55
from __future__ import print_function
66
import tensorflow as tf
7-
tf.set_random_seed(1) # reproducible
8-
97

108
class TrainConfig:
119
batch_size = 20

tensorflowTUT/tf22_scope/tf22_scope.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# 22 scope (name_scope/variable_scope)
55
from __future__ import print_function
66
import tensorflow as tf
7-
tf.set_random_seed(1) # reproducible
87

98
with tf.name_scope("a_name_scope"):
109
initializer = tf.constant_initializer(value=1)

0 commit comments

Comments
 (0)