This commit is contained in:
嘉渊 2023-04-24 11:32:51 +08:00
parent a4ab665d30
commit 7e25315a4f
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# network architecture
# task related
taskname: asr
# encoder related
encoder: conformer
encoder_conf:

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import logging
import os