MCPcopy Create free account
hub / github.com/espnet/espnet / __init__

Method __init__

espnet2/train/preprocessor.py:27–28  ·  view source on GitHub ↗
(self, train: bool)

Source from the content-addressed store, hash-verified

25
26class AbsPreprocessor(ABC):
27 def __init__(self, train: bool):
28 self.train = train
29
30 @abstractmethod
31 def __call__(

Callers 12

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected