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

Fix DumpAlignmentJob flow #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix DumpAlignmentJob flow #557

wants to merge 1 commit into from

Conversation

Icemole
Copy link
Collaborator

@Icemole Icemole commented Nov 19, 2024

The flow needed the parameters 'id' and 'TASK'.

Extract of the dump.flow used by the job:

  <node filter="generic-cache" id="$(id)" name="alignment-cache" path=".../alignment.cache.$(TASK)"/>
[...]
  <node file="alignment.cache.$(TASK)" filter="speech-alignment-dump" id="$(id)" name="dumper"/>

The flow needed the parameters 'id' and 'TASK'.
Copy link
Contributor

@michelwi michelwi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameter "TASK" is not an explicit dependence here, but is almost always used by original_alignment and new_alignment.

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

Successfully merging this pull request may close these issues.

2 participants