Skip to content

Commit 104193e

Browse files
committed
Removed Unused Variables
1 parent 6d95c5a commit 104193e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

model.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ def __init__(self, sess,tf_record_file_path=None):
2525
#tf_Record Paramters
2626
self.filename_queue = tf.train.string_input_producer([tf_record_file_path], num_epochs=self.num_epochs)
2727

28-
#Spatial Transformer Input
29-
self.sp_input_width = 500
30-
self.sp_input_height = 500
31-
3228
self.build_network()
3329

3430

0 commit comments

Comments
 (0)