From fca8cfb2754065b46823fc2e36569c4def92dd0c Mon Sep 17 00:00:00 2001 From: yejianwu Date: Fri, 2 Feb 2018 22:04:42 +0800 Subject: [PATCH] subtitute config --- config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 00000000..0d69f36f --- /dev/null +++ b/config @@ -0,0 +1,16 @@ +; [models] +; DIRECTORIES = tools/mobile_net/64/,tools/mobile_net/128/ + +[configs] +; If exists 'models' section, this section will be global variable to sub models +; Otherwise this is the model's config and must be put in the same dirs with model.pb +TF_INPUT_NODE=input +TF_OUTPUT_NODE=output +MODEL_TAG=mobile_net +INPUT_SHAPE=1,64,64,3 +OUTPUT_SHAPE=1,64,64,2 +RUNTIME=gpu +TUNING_OR_NOT=1 +ANDROID_ABI=armeabi-v7a ; Or 'arm64-v8a' +LIMIT_OPENCL_KERNEL_TIME=0 +DSP_MODE=0 ; used only for dsp -- GitLab