We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
could we add loop operations to _ops_group.py
There is strong need for ability to run steps within a pipeline in a loop, for example train on ### epochs if accuracy is below X% rerun the training.
current work arounds are very cumbersome and messy:
The text was updated successfully, but these errors were encountered:
The recursion is supported now. https://github.com/kubeflow/pipelines/blob/master/samples/basic/recursion.py
Sorry, something went wrong.
upgrade test worker to go1.11 (kubeflow#303)
ac0cfd5
Prepare PyPi distribution for release 0.3.0 (kubeflow#303)
777194a
gaoning777
No branches or pull requests
could we add loop operations to _ops_group.py
There is strong need for ability to run steps within a pipeline in a loop, for example train on ### epochs if accuracy is below X% rerun the training.
current work arounds are very cumbersome and messy:
The text was updated successfully, but these errors were encountered: