Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

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 (#12362)
  • Loading branch information
juliusshufan authored and zhreshold committed Sep 12, 2018
1 parent 46a5cee commit ceabcaa
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 ceabcaa

Please sign in to comment.