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

Set dinamically input for pipeline #13

Open
JoseEspinosa opened this issue Jun 10, 2020 · 0 comments
Open

Set dinamically input for pipeline #13

JoseEspinosa opened this issue Jun 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@JoseEspinosa
Copy link
Member

Inside the yml describing the pipeline include a field such:

- input_param: 'input_sequences'

This field should be read by a function which gets the name of it and uses it to populate with the target data set:

param_name = set_input_param (yml_file)
params[param_name] = functionToGetTargetDataSet()

This should be also implemented by the benchmark module in a similar manner. Actually, if this is implemented probably the best way to go will be to treat exactly in the same the benchmark module as the pipeline module and thus, the benchmark should be described in the same manner.

@JoseEspinosa JoseEspinosa added the enhancement New feature or request label Jun 10, 2020
JoseEspinosa added a commit that referenced this issue Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant