Fix script name errors. (#997)
Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
@@ -36,9 +36,9 @@ Evaluate the performance with the LLM:
|
||||
|
||||
```py
|
||||
# validate the offline model
|
||||
# python offline_evaluate.py
|
||||
# python offline_eval.py
|
||||
# validate the online asr microservice accuracy
|
||||
python online_evaluate.py
|
||||
python online_eval.py
|
||||
```
|
||||
|
||||
### Performance Result
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# Copyright (C) 2024 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
python online_evaluate.py
|
||||
python online_eval.py
|
||||
|
||||
Reference in New Issue
Block a user