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

Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training #12362

Merged
merged 1 commit into from
Sep 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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