I have two numpy arrays:
- One that contains captcha images
- Another that contains the corresponding labels (in one-hot vector format)
I want to load these into TensorFlow so I can classify them using a neural network. How can this be done?
What shape do the numpy arrays need to have?
Additional Info - My images are 60 (height) by 160 (width) pixels each and each of them have 5 alphanumeric characters. Here is a sample image:
Each label is a 5 by 62 array.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…