ctuning / ck-tensorflow

Collective Knowledge components for TensorFlow (code, data sets, models, packages, workflows):
http://cKnowledge.org
BSD 3-Clause "New" or "Revised" License
93 stars 26 forks source link

Common information for all image-recognition packages. #67

Open Chunosov opened 6 years ago

Chunosov commented 6 years ago

The problem is not related just for TF packages, but seems we have a plenty of them, so I put it here. If needed, we can move it to more common repo.

While working on common preprocessing scripts for benchmarking programs (https://github.com/ctuning/ck-tensorflow/pull/66) I've realized that we have a lack of some general knowledge about image recognition packages. I have to use vars like CK_ENV_TENSORFLOW_MODEL_IMAGE_WIDTH and it makes these scripts not so common as they should be.

Suggestion is each image recognition package, no matter TF or Caffe or something else, should provide set for common variables, at least:

psyhtest commented 5 years ago

@ens-lg4 Any comments?