Skip to content

Instantly share code, notes, and snippets.

@albertz
Last active February 22, 2022 13:23
Show Gist options
  • Save albertz/cb04e53879d43734e9f3fb62b4e09da1 to your computer and use it in GitHub Desktop.
Save albertz/cb04e53879d43734e9f3fb62b4e09da1 to your computer and use it in GitHub Desktop.
[2022-02-22 13:08:42,387] ERROR: error: Job<work/dataset/librispeech/OldToNewTranscriptions.MBKOgRunDUnH> <target: experiment.andre-2021.summary.txt>
[2022-02-22 13:08:42,388] ERROR: Job: dataset/librispeech/OldToNewTranscriptions.MBKOgRunDUnH Task: run 1
[2022-02-22 13:08:42,389] ERROR: Logfile:
EXCEPTION
Traceback (most recent call last):
File "/u/zeyer/setups/librispeech/2020-03-03--sis/sisyphus/sisyphus/__main__.py", line 220, in main
line: args.func(args)
locals:
args = <local> Namespace(config_files=[], engine='short', force_resume=False, func=<function worker at 0x7f8f86d57310>, jobdir='work/dataset/librispeech/OldToNewTranscriptions.MBKOgRunDUnH', log_level=20, redirect_output=False, task_id=1, task_name='
run')
args.func = <local> <function worker at 0x7f8f86d57310>
File "/u/zeyer/setups/librispeech/2020-03-03--sis/sisyphus/sisyphus/worker.py", line 160, in worker
line: worker_helper(args)
locals:
worker_helper = <global> <function worker_helper at 0x7f8f86d57550>
args = <local> Namespace(config_files=[], engine='short', force_resume=False, func=<function worker at 0x7f8f86d57310>, jo
bdir='work/dataset/librispeech/OldToNewTranscriptions.MBKOgRunDUnH', log_level=20, redirect_output=False, task_id=1, task_name='
run')
File "/u/zeyer/setups/librispeech/2020-03-03--sis/sisyphus/sisyphus/worker.py", line 201, in worker_helper
line: job = pickle.load(f)
locals:
job = <not found>
pickle = <global> <module 'pickle' from '/u/zeyer/.linuxbrew/Cellar/[email protected]/3.8.12/lib/python3.8/pickle.py'>
pickle.load = <global> <built-in function load>
f = <local> <gzip on 0x7f8f86814070>
File "/u/zeyer/setups/librispeech/2020-03-03--sis/config.py", line 88, in <module>
line: andre_2021_res = returnn.experiments.SearchScoreResults(
locals:
andre_2021_res = <not found>
returnn = <local> <module 'recipe.returnn' from '/u/zeyer/setups/librispeech/2020-03-03--sis/recipe/returnn/__init__.py'>
returnn.experiments = <local> <module 'recipe.returnn.experiments' from '/u/zeyer/setups/librispeech/2020-03-03--sis/recipe/returnn/experiments.py'>
returnn.experiments.SearchScoreResults = <local> <class 'recipe.returnn.experiments.SearchScoreResults'>
File "/u/zeyer/setups/librispeech/2020-03-03--sis/recipe/returnn/experiments.py", line 547, in __init__
line: beam_search_job = BeamSearchJob(
locals:
beam_search_job = <local> Job<work/returnn/decoding/BeamSearchJob.andre-2021.ep160.dev-other>
BeamSearchJob = <local> <class 'recipe.returnn.decoding.BeamSearchJob'>
File "/u/zeyer/setups/librispeech/2020-03-03--sis/sisyphus/sisyphus/job.py", line 129, in __call__
line: job._sis_alias_prefixes.add(gs.ALIAS_AND_OUTPUT_SUBDIR)
locals:
job = <local> !AttributeError: 'BeamSearchJob' object has no attribute '_sis_aliases'
job._sis_alias_prefixes = <local> !AttributeError: 'BeamSearchJob' object has no attribute '_sis_alias_prefixes'
job._sis_alias_prefixes.add = <local> !AttributeError: 'BeamSearchJob' object has no attribute '_sis_alias_prefixes'
gs = <global> <module 'sisyphus.global_settings' from '/u/zeyer/setups/librispeech/2020-03-03--sis/sisyphus/sisyphus/global_settings.py'>
gs.ALIAS_AND_OUTPUT_SUBDIR = <global> ''
AttributeError: 'BeamSearchJob' object has no attribute '_sis_alias_prefixes'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment