mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
ecead60d25
commit
ade75d2987
@ -6,7 +6,6 @@ import numpy as np
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
import torch.nn.functional as F
|
||||
from typeguard import check_argument_types
|
||||
|
||||
from funasr.models.base_model import FunASRModel
|
||||
from funasr.models.frontend.wav_frontend import WavFrontendMel23
|
||||
@ -70,8 +69,6 @@ class DiarEENDOLAModel(FunASRModel):
|
||||
mapping_dict=None,
|
||||
**kwargs,
|
||||
):
|
||||
assert check_argument_types()
|
||||
|
||||
super().__init__()
|
||||
self.frontend = frontend
|
||||
self.enc = encoder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user