Submitted by [deleted] t3_113o5up in deeplearning
StrasJam t1_j8sgfvm wrote
Reply to comment by [deleted] in My Neural Net is stuck, I've run out of ideas by [deleted]
Think they mean do you apply the same normalization you applied to images during training to the new images you are trying to predict
[deleted] OP t1_j8sop7t wrote
Yes, I pad them to make them square and resize to 224 using bilinear algorithm, and /255, then the inverse for predicting.
Viewing a single comment thread. View all comments