You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used ImageFlow to create a tensorflow tfrecords file on my own images. My images are of the same size 223x334x3. I tried the cifar example on my own images. Because the cifar convnet need image of 32x32 size so i have to resize it.
My function to read tfrecords file , decode images and resize them as follow:
I used ImageFlow to create a tensorflow tfrecords file on my own images. My images are of the same size 223x334x3. I tried the cifar example on my own images. Because the cifar convnet need image of 32x32 size so i have to resize it.
My function to read tfrecords file , decode images and resize them as follow:
But when i call it, i got the following error:
and My code to create tfrecords from images with littlt modification as follow:
So what's wrong with my code?
The text was updated successfully, but these errors were encountered: