From 6086ff54e3d93dd2e465e152e7214dce7695371d Mon Sep 17 00:00:00 2001
From: Chong Zhang <iriszhangchong@gmail.com>
Date: 星期四, 29 六月 2023 16:32:14 +0800
Subject: [PATCH] update speech_UniASR_asr_2pass-tr-16k-common-vocab1582-pytorch (#688)
---
funasr/export/export_model.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/funasr/export/export_model.py b/funasr/export/export_model.py
index b141532..a68724a 100644
--- a/funasr/export/export_model.py
+++ b/funasr/export/export_model.py
@@ -1,7 +1,6 @@
import json
from typing import Union, Dict
from pathlib import Path
-from typeguard import check_argument_types
import os
import logging
@@ -26,7 +25,6 @@
calib_num: int = 200,
model_revision: str = None,
):
- assert check_argument_types()
self.set_all_random_seed(0)
self.cache_dir = cache_dir
--
Gitblit v1.9.1