From acb9a0fec8d8a4dabeedcbb8e08c26f66d7083f0 Mon Sep 17 00:00:00 2001 From: haoneng.lhn <haoneng.lhn@alibaba-inc.com> Date: 星期五, 08 十二月 2023 16:19:00 +0800 Subject: [PATCH] fix loss normalization for ddp training --- funasr/export/README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/export/README.md b/funasr/export/README.md index a55c080..bbb8bf8 100644 --- a/funasr/export/README.md +++ b/funasr/export/README.md @@ -68,12 +68,12 @@ ## Runtime ### ONNXRuntime #### ONNXRuntime-python -Ref to [docs](https://alibaba-damo-academy.github.io/FunASR/en/runtime/onnxruntime_python.html) +Ref to [funasr-onnx](../../runtime/python/onnxruntime/README.md) #### ONNXRuntime-cpp -Ref to [docs](https://alibaba-damo-academy.github.io/FunASR/en/runtime/onnxruntime_cpp.html) +Ref to [docs](../../runtime/readme.md) ### Libtorch #### Libtorch-python -Ref to [docs](https://alibaba-damo-academy.github.io/FunASR/en/runtime/libtorch_python.html) +Ref to [funasr-torch](../../runtime/python/libtorch/README.md) #### Libtorch-cpp Undo ## Performance Benchmark -- Gitblit v1.9.1