Skip to content

Commit

Permalink
Removing the re-size for validation data, which breaking the validati…
Browse files Browse the repository at this point in the history
…on accuracy of CIFAR training (apache#12362)
  • Loading branch information
juliusshufan authored and anirudh2290 committed Sep 19, 2018
1 parent 2a4c865 commit 53dc7b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/image-classification/common/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def get_rec_iter(args, kv=None):
std_r = rgb_std[0],
std_g = rgb_std[1],
std_b = rgb_std[2],
resize = 256,
data_name = 'data',
label_name = 'softmax_label',
batch_size = args.batch_size,
Expand Down

0 comments on commit 53dc7b9

Please sign in to comment.