Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Sep 27, 2024
1 parent d0ce95c commit 3088406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coral/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def finetune(config: DictConfig) -> None:
# TEMP
model = AutoModelForCTC.from_pretrained(config.model_dir)
processor = AutoProcessor.from_pretrained(config.model_dir)
breakpoint()

if config.wandb and is_main_process:
wandb_init(
Expand Down

0 comments on commit 3088406

Please sign in to comment.