SVHNClassifier
SVHNClassifier copied to clipboard
inference_outside_sample.ipynb reshape
Hi, I found out that using tf.reshape causes errors. For this particular file, there is no need to use tf.reshape. Simply use tf.image.resize_images(image, [54, 54])
Thank you!