Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yonishelach committed Jan 15, 2024
1 parent f31d643 commit 9a1db5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions transcribe/test_transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ def test_transcribe(model_name: str, audio_path: str):
"output_directory": temp_dir,
},
local=True,
returns=["output_dir: path", "dataset: dataset", "errored_files"],
# returns=["output_dir: path", "dataset: dataset", "errored_files"],
artifact_path=artifact_path,
)

artifact_path += (
f"/{transcribe_run.metadata.name}/{transcribe_run.metadata.iteration}/"
)
# *** DEBUGGING ***
print(transcribe_run.outputs["return"])
# artifact_path += (
# f"/{transcribe_run.metadata.name}/{transcribe_run.metadata.iteration}/"
# )

# Getting actual files from run (text and errored):
input_files = (
Expand Down

0 comments on commit 9a1db5d

Please sign in to comment.