We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88637b8 commit 4550389Copy full SHA for 4550389
misc/grid_search_gcnn.py
@@ -92,6 +92,8 @@ def run_experiment(x_train, y_train, x_valid, y_valid, embeddings, _num_edges, _
92
log_device_placement=False)
93
sess = tf.Session(config=session_conf)
94
95
+ tf.set_random_seed(42) # set random seed for consistent results
96
+
97
with sess.as_default():
98
# Init model
99
gcnn = GraphCNN(filter_name=filter_name,
0 commit comments