Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems like logging is assigned to .out and .err files arbitrarily #16

Open
ruokolt opened this issue Mar 25, 2024 · 0 comments
Open

Seems like logging is assigned to .out and .err files arbitrarily #16

ruokolt opened this issue Mar 25, 2024 · 0 comments

Comments

@ruokolt
Copy link
Contributor

ruokolt commented Mar 25, 2024

Example run with test1.mp3:

[ruokolt1@login3]/scratch/work/ruokolt1% cat .speech2text/test1.mp3_29834542.out
Model was trained with pyannote.audio 0.0.1, yours is 3.1.1. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.10.0+cu102, yours is 2.2.1. Bad things might happen unless you revert torch to 1.x.
[ruokolt1@login3]/scratch/work/ruokolt1% cat .speech2text/test1.mp3_29834542.err
/share/apps/manual_installations/speech2text/20240314/env/lib/python3.10/site-packages/pyannote/audio/core/io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
  torchaudio.set_audio_backend("soundfile")
2024-03-25 11:29:14 speech2text.py INFO: Parsed arguments: Namespace(INPUT_FILE='/scratch/work/ruokolt1/test1.mp3', SPEECH2TEXT_TMP='/scratch/work/ruokolt1/.speech2text', AUTH_TOKEN=None, PYANNOTE_CONFIG='/share/apps/manual_installations/speech2text/20240314/pyannote/config.yml', SPEECH2TEXT_LANGUAGE='finnish', SPEECH2TEXT_WHISPER_MODEL=None)
2024-03-25 11:29:14 speech2text.py INFO: Start processing input file: /scratch/work/ruokolt1/test1.mp3
2024-03-25 11:29:14 speech2text.py INFO: .. Convert input file to wav format for pyannote diarization pipeline: /scratch/work/ruokolt1/test1.mp3
2024-03-25 11:29:14 speech2text.py INFO: .. .. Wav conversion done in 0.1 seconds
/share/apps/manual_installations/speech2text/20240314/env/lib/python3.10/site-packages/pyannote/audio/core/io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
  torchaudio.set_audio_backend("soundfile")
2024-03-25 11:29:21 speech2text.py INFO: .. Starting transcription task for /scratch/work/ruokolt1/test1.mp3
/share/apps/manual_installations/speech2text/20240314/env/lib/python3.10/site-packages/pyannote/audio/core/io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
  torchaudio.set_audio_backend("soundfile")
2024-03-25 11:29:26 speech2text.py INFO: .. Starting diarization task for /scratch/work/ruokolt1/test1.mp3
/share/apps/manual_installations/speech2text/20240314/env/lib/python3.10/site-packages/pyannote/audio/core/io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
  torchaudio.set_audio_backend("soundfile")
Lightning automatically upgraded your loaded checkpoint from v1.5.4 to v2.2.1. To apply the upgrade to your files permanently, run `python -m pytorch_lightning.utilities.upgrade_checkpoint ../../../../../../../../../../../scratch/shareddata/speech2text/whisperx-vad-segmentation.bin`
2024-03-25 11:29:32 utils.py INFO: .. .. Local config file found
2024-03-25 11:29:34 speech2text.py INFO: .. .. Transcription finished in 11.2 seconds
2024-03-25 11:29:34 speech2text.py INFO: .. .. Diarization finished in 12.7 seconds
2024-03-25 11:29:35 speech2text.py INFO: .. Align transcription and diarization
2024-03-25 11:29:35 speech2text.py INFO: .. Write alignment to output
2024-03-25 11:29:35 speech2text.py INFO: .. .. Wrote CSV output to: /scratch/work/ruokolt1/results/test1.csv
2024-03-25 11:29:35 speech2text.py INFO: .. .. Wrote TXT output to: /scratch/work/ruokolt1/results/test1.txt
2024-03-25 11:29:35 speech2text.py INFO: Finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant