No `--architecture` option for tensorflow retrain? -
ubuntu@ip-172-31-32-122:~/src/tensorflow$ bazel-bin/tensorflow/examples/image_retraining/retrain --help usage: retrain.py [-h] [--image_dir image_dir] [--output_graph output_graph] [--output_labels output_labels] [--summaries_dir summaries_dir] [--how_many_training_steps how_many_training_steps] [--learning_rate learning_rate] [--testing_percentage testing_percentage] [--validation_percentage validation_percentage] [--eval_step_interval eval_step_interval] [--train_batch_size train_batch_size] [--test_batch_size test_batch_size] [--validation_batch_size validation_batch_size] [--print_misclassified_test_images] [--model_dir model_dir] [--bottleneck_dir bottleneck_dir] [--final_tensor_name final_tensor_name] [--flip_left_right] [--random_crop random_crop] [--random_scale random_scale] [--random_brightness random_brightness]
looks there no --architecture
option available. if pass it, script ignore without complaining. means inception option retraining. intended here?
here how built script:
/usr/local/bin/bazel build tensorflow/examples/image_retraining:retrain
bazel version:
ubuntu@ip-172-31-32-122:~/src/tensorflow$ /usr/local/bin/bazel version ............................ build label: 0.5.2 build target: bazel-out/local-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/bazelserver_deploy.jar build time: tue jun 27 13:27:03 2017 (1498570023) build timestamp: 1498570023 build timestamp int: 1498570023
Comments
Post a Comment