espnet3.systems.base.inference.inference
Less than 1 minute
espnet3.systems.base.inference.inference
espnet3.systems.base.inference.inference(config: DictConfig)
Decode all configured test sets and write hyp/ref SCP files.
- Parameters:config (DictConfig) β Configuration containing dataset/test set definitions, parallel settings, decode directory, and model parameters.
- Returns: Produces
hyp.scpandref.scpfiles underconfig.decode_dirfor each test set. - Return type: None
Example
>>> inference(cfg)