-
Notifications
You must be signed in to change notification settings - Fork 24
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
Separated train and dev for ReturnnRasrTrainingJob #165
Comments
As I already mentioned on other occasions, I also find the separation of the flows a useful feature. I know that @curufinwe prefers to rely on a merged bundle file. However, I find it more flexible and intuitive to have these as separate parameters for the registration of the job, rather than being dependent on running an additional job for merging the bundle. |
there is already the option to have additional sprint config files. maybe we can make some additional sprint flow files? My favorite solution would be to abandon the More verbose:
Then its trivial to have the helper create 1 flow file for all, 2 config/flow files for train/cv or even 3 different files if your devtrain dataset is somehow not part of train. Also multiple "sprint" losses can be covered. Or in the future we might add support for a different toolkit altogether. |
The idea is already good, but we could even keep the existing Pro:
Con:
|
I like your suggestion and would prefer to keep a single We could maybe only create a generic let me add another Pro:
|
I would also vote to abandon |
This problem will become obsolete for Hybrid setups when: rwth-i6/i6_experiments#174 is merged. |
Currently the
ReturnnRasrTrainingJob
allows for differenttrain_crp
anddev_crp
, but not for differentfeature_flows
andalignments
, 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)
The text was updated successfully, but these errors were encountered: