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
With version 0.1.11
This works: dataset_op = S3DownloadOp("download-dataset", ...)
train_op = TrainOp("train",... ) train_op.after(dataset_op)
This doesn't: dataset_op = S3DownloadOp("Download-dataset", ...)
The text was updated successfully, but these errors were encountered:
I believe this has been fixed by 7ce03f0.
Could you try 0.1.12?
Sorry, something went wrong.
Yeah its fixed in 0.1.12. Thanks for the quick reply and I'm closing the issue.
Allow test on Katib release-0.12 branch (kubeflow#965)
0b43bf4
update install guide (kubeflow#965)
514da93
* update install guide * update
Ark-kun
No branches or pull requests
With version 0.1.11
This works:
dataset_op = S3DownloadOp("download-dataset", ...)
train_op = TrainOp("train",... )
train_op.after(dataset_op)
This doesn't:
dataset_op = S3DownloadOp("Download-dataset", ...)
train_op = TrainOp("train",... )
train_op.after(dataset_op)
The text was updated successfully, but these errors were encountered: