Skip to content

Commit

Permalink
refine how to submit
Browse files Browse the repository at this point in the history
  • Loading branch information
dophist committed Aug 29, 2021
1 parent bc9e00f commit 6aae0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HOW_TO_SUBMIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As above figure demonstrates, a benchmark cycle contains following steps:
---

## Step 1. Prepare a model-image
A **model-image** is just an **ordinary directory** that includes a self-contained ASR system, internally with following files and structure:
A **model-image** is just an **ordinary directory** with a self-contained ASR system inside. e.g.:
```
jiayu@ubuntu: tree ./a_sample_model_image
Expand All @@ -24,7 +24,7 @@ a_sample_model_image
├── README.md
└── SBI
```
Now let's explain this item by item.
**You should follow above file names and structures strictly.** Now let's explain these item by item.

---

Expand Down

0 comments on commit 6aae0d6

Please sign in to comment.