Currently the ReturnnRasrTrainingJob allows for different train_crp and dev_crp, but not for different feature_flows and alignments, which prohibits many possible pipeline designs.
I know that there are multiple "private" versions of this Job that somehow circumvent this issue, but I think it would be good if we have a correct public version that deals with this issue. So I want to open the discussion here, if and how we can alter the Job without breaking stuff, or if we really need a new one for this? (In the worst case ReturnnRasrTrainingJobV2)