From 56e814b6ccb92b3129095fea34715ad11450bc0b Mon Sep 17 00:00:00 2001 From: oneTaken Date: Wed, 22 Aug 2018 18:44:31 +0800 Subject: [PATCH] fix converted model folder description error in docs (#172) --- docs/user_guide/basic_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/basic_usage.rst b/docs/user_guide/basic_usage.rst index 64a04a7b..82748c8c 100644 --- a/docs/user_guide/basic_usage.rst +++ b/docs/user_guide/basic_usage.rst @@ -197,7 +197,7 @@ When the deployment file is ready, you can use MACE converter tool to convert yo python tools/converter.py convert --config=/path/to/your/model_deployment_file.yml This command will download or load your pre-trained model and convert it to a MACE model proto file and weights data file. -The generated model files will be stored in ``build/${library_name}/model`` folder. +The generated model files will be stored in ``builds/${library_name}/model`` folder. .. warning:: -- GitLab