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

PipelineStepRunner prioritization, configuration and default priority #433

Open
AlexDBlack opened this issue Jul 2, 2020 · 0 comments
Open

Comments

@AlexDBlack
Copy link
Contributor

Consider the case where we have a single pipeline step that can be executed by multiple runners.

For example, running Keras models via DL4J Keras import or via the official Tensorflow library.
Some questions:

  • When we launch our pipeline with a Keras step, which should be used by default?
  • How do we (as library implementers) define which is the default, and what the order should be?
  • How can I (as a user) configure my pipeline to run using the non-default implementation?
  • How can we implement 'fall-back" to the non-default implementation if the default one can't be run (due to, for example, no native binary for the target platform)?
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

No branches or pull requests

1 participant