File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 101
101
" # Check that we are using a GPU, if not switch runtimes\n " ,
102
102
" # using Runtime > Change Runtime Type > GPU\n " ,
103
103
" 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\" "
109
105
]
110
106
},
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
+ },
111
120
{
112
121
"cell_type" : " markdown" ,
113
122
"metadata" : {
You can’t perform that action at this time.
0 commit comments