misaghkord
Results
2
comments of
misaghkord
tnx for your quick response: i used this code from your inference_outside_sample.ipynb: ``` import tensorflow as tf from model import Model path_to_image_files = ['data/images/18.jpg', 'data/images/31.jpg', 'data/images/62.jpg', 'data/images/522.jpg', 'data/images/952.jpg', 'data/images/888.jpg'] images...
image shape = [65 290 3] digits_logits = [16 11] i got around this problem by fine tuning my network with batch size 1 after the main training was done....