Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaha0908 committed May 23, 2024
1 parent 443ca21 commit 41d5eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/asr_librispeech/finetune_asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class RunConfig:
fsdp_config: FSDPConfig = field(default_factory=FSDPConfig)
debug: bool = field(default=False, metadata={"help": "Use pdb when true"})
metric: str = field(default="acc", metadata={"help": "The metric for evaluation"})
ckpt_path: str = field(
default="output/model.pt", metadata={"help": "The path to projector checkpoint"}
)

@hydra.main(config_name=None, version_base=None)
def main_hydra(cfg: DictConfig):
Expand Down

0 comments on commit 41d5eeb

Please sign in to comment.