From c7fa6b6eee5a50fa1b7f9d94c1781336a795f55f Mon Sep 17 00:00:00 2001 From: Xiaohang Zhan Date: Sat, 11 Jul 2020 15:04:30 +0800 Subject: [PATCH] Update GETTING_STARTED.md --- docs/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index deff60f1..12ec2282 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -164,7 +164,7 @@ Compute the hash of the weight file and append the hash id to the filename. The python tools/publish_model.py ${WEIGHT_FILE} ``` Arguments: --`WEIGHT_FILE`: The extracted backbone weights extracted aforementioned. +- `WEIGHT_FILE`: The extracted backbone weights extracted aforementioned. ### Reproducibility