-
Notifications
You must be signed in to change notification settings - Fork 0
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
The config pipeline.full.simple.yml
contains many errors
#36
Comments
pipeline.full.simple.yml
contains unrecognised argumentspipeline.full.simple.yml
contains many errors
After fixing various config errors, I get
I don't know what this means. |
I am currently working on having a basic automated test for the config files to make sure there are no typos (or obsolete stuff). We can add the "full" example back to config/ later but for the time being, I think it is better to split the preprocessing and training part for clarity (and easier execution). |
OK, but pipeline.train.simple.yml has the same issues. On the final blocker
The training data is in the |
If set
in the |
What are the contents of your input |
Finally, if I add
to the train_model steps, the |
I think my naming is different from the naming that OpusPocus expects, but the expected naming is not documented afaik. |
Yes there is a mismatch. You need to adjust the following (global) parameters in
Note that the above is just the config excerpt. |
Also, regarding the train directory. You need to unify the format to either .gz files (compressed=True) or no .gz suffix (compressed=False). |
There is a documentation issue here then. The |
Yes, the data preparation need to be better documented. Related to issue #35 |
I just set
|
When running, I get the error:
It looks like the path to the bash_runner script is hard-coded. How should this be set? Should there be a config variable that points to the location of the OpusPocus scripts? |
This is hardwired path to the bash-submit-wrapper in |
Resolved. |
Running with the config
pipeline.full.simple.yml
fails with the following errorFixing this (by commenting out the config variable) brings more errors. It looks like this sample config file needs updated.
The text was updated successfully, but these errors were encountered: