sloanyyc

Results 3 comments of sloanyyc

同求,需要吧 tf.constant(input_images) 改成 tf.var... 但是不会呀

已经处理好了, captcha_model.py 中增加方法 def test(images, keep_prob): images = tf.reshape(images, [-1, IMAGE_HEIGHT, IMAGE_WIDTH, 1]) with tf.variable_scope('conv1') as scope: kernel = _weight_variable('weights', shape=[3, 3, 1, 64]) biases = _bias_variable('biases', [64]) pre_activation =...

base64 function don't work with 32bit process. modify lib/aw-base64.h below 32->23. make it compatible with 32bit process. *buf++ = (((n - 0 - i) >> 31) & '=') | (~((n...