-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Put the full PyTorch prototype in the jsonnet file. #1119
Conversation
* The current pattern in Kubeflow is to put the complete prototype in the jsonnet file. This way the result of ks generate is a .jsonnet file containing a full spec. This makes it easy for users to do complex modifications starting with the prototype as an example. * Configure the prototype to do mnist by default. Fix kubeflow#1114
/assign @johnugeorge |
/lgtm |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ankushagarwal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all |
Cleaned up some old test gpu pods from the cluster. tests should pass now |
/retest |
/test all |
* The current pattern in Kubeflow is to put the complete prototype in the jsonnet file. This way the result of ks generate is a .jsonnet file containing a full spec. This makes it easy for users to do complex modifications starting with the prototype as an example. * Configure the prototype to do mnist by default. Fix kubeflow#1114
* The current pattern in Kubeflow is to put the complete prototype in the jsonnet file. This way the result of ks generate is a .jsonnet file containing a full spec. This makes it easy for users to do complex modifications starting with the prototype as an example. * Configure the prototype to do mnist by default. Fix #1114
* The current pattern in Kubeflow is to put the complete prototype in the jsonnet file. This way the result of ks generate is a .jsonnet file containing a full spec. This makes it easy for users to do complex modifications starting with the prototype as an example. * Configure the prototype to do mnist by default. Fix kubeflow#1114
The current pattern in Kubeflow is to put the complete prototype in
the jsonnet file. This way the result of ks generate is a .jsonnet
file containing a full spec. This makes it easy for users to do
complex modifications starting with the prototype as an example.
Configure the prototype to do mnist by default.
Fix #1114
This change is