CaptchaSolver icon indicating copy to clipboard operation
CaptchaSolver copied to clipboard

Simple captcha solver based on TensorFlow library

Results 4 CaptchaSolver issues
Sort by recently updated
recently updated
newest added

I'm getting the following error when running `$ python all_digits.py`, just after the extraction of the test images has begun: ``` (...) 9000 Extract test images 500 Traceback (most recent...

File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1152, in _do_call raise type(e)(node_def, op, message) InvalidArgumentError: Shape [-1,9] has negative dimensions [[Node: Placeholder_1 = Placeholder[dtype=DT_FLOAT, shape=[?,9], _device="/job:localhost/replica:0/task:0/cpu:0"]()]] Caused by op 'Placeholder_1', defined at: File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\ipython\start_kernel.py",...

input_data.py", line 67, in __init__ images.shape[1] * images.shape[2]) IndexError: tuple index out of range

Traceback (most recent call last): File "captcha.py", line 109, in sess.run(init) File "/root/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 889, in run run_metadata_ptr) File "/root/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1120, in _run feed_dict_tensor, options, run_metadata) File "/root/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/python/client/session.py", line...