diff --git a/docs/user_guide/basic_usage.rst b/docs/user_guide/basic_usage.rst index 64a04a7bebe0ff2088415dd345d998ede9d8ca4c..82748c8c64647cb1b698e389a72a1f08a1b23270 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::