You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/12 17:59:57 UTC

[GitHub] zhreshold closed pull request #12362: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training

zhreshold closed pull request #12362: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training
URL: https://github.com/apache/incubator-mxnet/pull/12362
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/example/image-classification/common/data.py b/example/image-classification/common/data.py
index df1449b6365..78385a7b7e4 100755
--- a/example/image-classification/common/data.py
+++ b/example/image-classification/common/data.py
@@ -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,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services