Skip to content

Commit ca4dc32

Browse files
Shorna AlamShorna Alam
authored andcommitted
added comet code to lab1, lab2
1 parent a6850cb commit ca4dc32

10 files changed

+1481
-472
lines changed

lab1/Part1_TensorFlow.ipynb

Lines changed: 103 additions & 77 deletions
Large diffs are not rendered by default.

lab1/Part2_Music_Generation.ipynb

Lines changed: 100 additions & 91 deletions
Large diffs are not rendered by default.

lab1/solutions/Part1_TensorFlow_Solution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"source": [
9696
"%pip install comet_ml\n",
9797
"import comet_ml\n",
98-
"comet_ml.init(project_name=\"6.s191lab1\")\n",
98+
"comet_ml.init(project_name=\"6.s191lab1.1.0\")\n",
9999
"comet_experiment = comet_ml.Experiment()"
100100
]
101101
},

lab1/solutions/Part2_Music_Generation_Solution.ipynb

Lines changed: 464 additions & 93 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
model_checkpoint_path: "my_ckpt"
2+
all_model_checkpoint_paths: "my_ckpt"
20.4 MB
Binary file not shown.
555 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)