mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
a4ab665d30
commit
7e25315a4f
@ -1,4 +1,6 @@
|
||||
# network architecture
|
||||
# task related
|
||||
taskname: asr
|
||||
# encoder related
|
||||
encoder: conformer
|
||||
encoder_conf:
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
import os
|
||||
|
||||
Loading…
Reference in New Issue
Block a user