Skip to content

Commit

Permalink
Correct the error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYinghao committed Nov 19, 2018
1 parent 2f7a870 commit e5f13b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CNN_method/Network_onlyNumbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def crack_captcha(captcha_image):
image_width = 160
char_set = number
char_set_len = len(char_set)
X = tf.placeholder(tf.float32, [None, image_height * image_width])
keep_prob = tf.placeholder(tf.float32)
correct_text, image = gen_captcha_text_image(number, 4)
# image = plt.imread('0062.png', 'r')
image = np.array(image)
Expand Down

0 comments on commit e5f13b3

Please sign in to comment.