From 30c40c643c19f6e2ac8679fa76d09d0f9ceccc65 Mon Sep 17 00:00:00 2001
From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Date: 星期四, 14 九月 2023 18:00:43 +0800
Subject: [PATCH] Update modelscope_models.md
---
funasr/models/preencoder/sinc.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/funasr/models/preencoder/sinc.py b/funasr/models/preencoder/sinc.py
index fe6d2af..3baa4a8 100644
--- a/funasr/models/preencoder/sinc.py
+++ b/funasr/models/preencoder/sinc.py
@@ -10,7 +10,6 @@
from funasr.layers.sinc_conv import SincConv
import humanfriendly
import torch
-from typeguard import check_argument_types
from typing import Optional
from typing import Tuple
from typing import Union
@@ -60,7 +59,6 @@
windowing_type: Choice of windowing function.
scale_type: Choice of filter-bank initialization scale.
"""
- assert check_argument_types()
super().__init__()
if isinstance(fs, str):
fs = humanfriendly.parse_size(fs)
@@ -268,7 +266,6 @@
dropout_probability: Dropout probability.
shape (tuple, list): Shape of input tensors.
"""
- assert check_argument_types()
super().__init__()
if shape is None:
shape = (0, 2, 1)
--
Gitblit v1.9.1