File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments