tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.14k stars 629 forks source link

Different kinds of preprocessing #114

Open chrisrn opened 6 years ago

chrisrn commented 6 years ago

Inside preprocessing.py you are using inception preprocessing to train images and vgg preprocessing for evaluation, according to slim. It's a little bit confusing. If you want to train a different network from inception, then this is not the optimized preprocessing in terms of accuracy. Are you planning to integrate different kinds of preprocessing?

reedwm commented 6 years ago

We do plan on looking into the preprocessing eventually, as part of an effort to converge to good accuracies. See #104 for more information.

Assigning to @bignamehyp for now.