You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: