mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 18:42:19 +00:00
small fix
This commit is contained in:
parent
6018f222df
commit
142ea421b0
@ -157,6 +157,13 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
value of gradient norms of all elememts in batch.""",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--is-pnnx",
|
||||
type=str2bool,
|
||||
default=False,
|
||||
help="Only used when exporting model with pnnx."
|
||||
)
|
||||
|
||||
|
||||
def get_parser():
|
||||
parser = argparse.ArgumentParser(
|
||||
|
Loading…
x
Reference in New Issue
Block a user