Commit 56f5bd9 Yehudit Kerido
committed
1 parent ea66c1a commit 56f5bd9 Copy full SHA for 56f5bd9
File tree 2 files changed +6
-73
lines changed
2 files changed +6
-73
lines changed Original file line number Diff line number Diff line change 80
80
]
81
81
},
82
82
{
83
- "cell_type": "code",
84
- "execution_count": null,
85
- "id": "7211d9e4",
83
+ "cell_type": "markdown",
84
+ "id": "ee4a3254",
86
85
"metadata": {
87
86
"collapsed": false,
88
- "editable": true,
89
87
"jupyter": {
90
88
"outputs_hidden": false
91
89
},
92
- "pycharm": {
93
- "name": "#%%\n"
94
- },
95
- "slideshow": {
96
- "slide_type": ""
97
- },
98
- "tags": []
99
- },
100
- "outputs": [],
101
- "source": [
102
- "!pip install {katib_python_sdk}\n",
103
- "!pip install tensorflow\n",
104
- "!pip install kubeflow-training"
105
- ]
106
- },
107
- {
108
- "cell_type": "markdown",
109
- "id": "881aae2f-d08e-4439-bef9-1684ff87556d",
110
- "metadata": {
111
- "editable": true,
112
90
"pycharm": {
113
91
"name": "#%% md\n"
114
- },
115
- "slideshow": {
116
- "slide_type": ""
117
- },
118
- "tags": []
92
+ }
119
93
},
120
94
"source": [
121
95
"## Create Train Script for CNN Model\n",
125
99
},
126
100
{
127
101
"cell_type": "code",
128
- "execution_count": 1,
129
- "id": "98a77484-cee4-4d77-bd76-915c469a242b",
130
- "metadata": {
131
- "editable": true,
132
- "execution": {
133
- "iopub.execute_input": "2022-09-12T18:46:59.051290Z",
134
- "iopub.status.busy": "2022-09-12T18:46:59.050544Z",
135
- "iopub.status.idle": "2022-09-12T18:46:59.249456Z",
136
- "shell.execute_reply": "2022-09-12T18:46:59.248292Z",
137
- "shell.execute_reply.started": "2022-09-12T18:46:59.051211Z"
138
- },
139
- "pycharm": {
140
- "name": "#%%\n"
141
- },
142
- "slideshow": {
143
- "slide_type": ""
144
- },
145
- "tags": []
146
- },
102
+ "execution_count": null,
103
+ "id": "fce87ff7-bd14-40de-aaec-824a80021705",
104
+ "metadata": {},
147
105
"outputs": [],
148
106
"source": [
149
107
"def train_mnist_model(parameters):\n",
Original file line number Diff line number Diff line change 79
79
"!pip install kubeflow-training"
80
80
]
81
81
},
82
- {
83
- "cell_type": "code",
84
- "execution_count": null,
85
- "id": "7211d9e4",
86
- "metadata": {
87
- "collapsed": false,
88
- "editable": true,
89
- "jupyter": {
90
- "outputs_hidden": false
91
- },
92
- "pycharm": {
93
- "name": "#%%\n"
94
- },
95
- "slideshow": {
96
- "slide_type": ""
97
- },
98
- "tags": []
99
- },
100
- "outputs": [],
101
- "source": [
102
- "!pip install {katib_python_sdk}\n",
103
- "!pip install tensorflow\n",
104
- "!pip install kubeflow-training"
105
- ]
106
- },
107
82
{
108
83
"cell_type": "markdown",
109
84
"source": [
You can’t perform that action at this time.
0 commit comments