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 27b88ca commit 9775cdbCopy full SHA for 9775cdb
10_save_restore_net.py
@@ -5,12 +5,10 @@
5
import input_data
6
import os
7
8
-'''
9
-This shows how to save/restore your model (trained variables).
10
-To see how it works, please stop this program during training and resart.
+# This shows how to save/restore your model (trained variables).
+# To see how it works, please stop this program during training and resart.
+# This network is the same as 3_net.py
11
12
-This network is the same as 3_net.py
13
14
def init_weights(shape):
15
return tf.Variable(tf.random_normal(shape, stddev=0.01))
16
0 commit comments