From 083cf167dbfd07b1f4adaacee2952329e9409620 Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期二, 14 三月 2023 14:45:01 +0800 Subject: [PATCH] Merge pull request #227 from songtaoshi/dev_sst --- 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