From ca55d704bd14fe0aea5dd395a56dfc725d07771d Mon Sep 17 00:00:00 2001 From: huangmingming <huangmingming@deepscience.cn> Date: 星期三, 08 三月 2023 16:43:14 +0800 Subject: [PATCH] Update Readme.md --- funasr/export/test_torchscripts.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/export/test_torchscripts.py b/funasr/export/test_torchscripts.py index 11be763..9afec74 100644 --- a/funasr/export/test_torchscripts.py +++ b/funasr/export/test_torchscripts.py @@ -2,7 +2,7 @@ import numpy as np if __name__ == '__main__': - onnx_path = "/mnt/workspace/export/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.torchscripts" + onnx_path = "/nfs/zhifu.gzf/export/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.torchscripts" loaded = torch.jit.load(onnx_path) x = torch.rand([2, 21, 560]) -- Gitblit v1.9.1