Skip to content

Commit 9775cdb

Browse files
committed
Removed '''
1 parent 27b88ca commit 9775cdb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

10_save_restore_net.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
import input_data
66
import os
77

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.
8+
# This shows how to save/restore your model (trained variables).
9+
# To see how it works, please stop this program during training and resart.
10+
# This network is the same as 3_net.py
1111

12-
This network is the same as 3_net.py
13-
'''
1412
def init_weights(shape):
1513
return tf.Variable(tf.random_normal(shape, stddev=0.01))
1614

0 commit comments

Comments
 (0)