Skip to content

Commit 88484c6

Browse files
committed
updating copyright and comet
1 parent d5d3557 commit 88484c6

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

lab2/solutions/Part1_MNIST_Solution.ipynb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,22 @@
101101
"# Check that we are using a GPU, if not switch runtimes\n",
102102
"# using Runtime > Change Runtime Type > GPU\n",
103103
"assert len(tf.config.list_physical_devices('GPU')) > 0\n",
104-
"assert COMET_API_KEY != \"\", \"Please insert your Comet API Key\"\n",
105-
"\n",
106-
"## to be cleaned up\n",
107-
"# comet_ml.init(project_name=\"6.s191lab2_part1_NN\")\n",
108-
"# comet_model_1 = comet_ml.Experiment()"
104+
"assert COMET_API_KEY != \"\", \"Please insert your Comet API Key\""
109105
]
110106
},
107+
{
108+
"cell_type": "code",
109+
"source": [
110+
"# start a first comet experiment for the first part of the lab\n",
111+
"comet_ml.init(project_name=\"6S191_lab2_part1_NN\")\n",
112+
"comet_model_1 = comet_ml.Experiment()"
113+
],
114+
"metadata": {
115+
"id": "wGPDtVxvTtPk"
116+
},
117+
"execution_count": null,
118+
"outputs": []
119+
},
111120
{
112121
"cell_type": "markdown",
113122
"metadata": {

0 commit comments

Comments
 (0)