mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
funasr2
This commit is contained in:
parent
81acb17544
commit
d6aa93946e
@ -37,7 +37,7 @@ def preprocess_config(cfg: DictConfig):
|
||||
@hydra.main()
|
||||
def main(kwargs: DictConfig):
|
||||
# preprocess_config(kwargs)
|
||||
import pdb; pdb.set_trace()
|
||||
# import pdb; pdb.set_trace()
|
||||
# set random seed
|
||||
set_all_random_seed(kwargs.get("seed", 0))
|
||||
torch.backends.cudnn.enabled = kwargs.get("cudnn_enabled", torch.backends.cudnn.enabled)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user