Skip to content

Commit 991e548

Browse files
committed
add mdl pip install
1 parent 7c7f55c commit 991e548

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lab2/solutions/PT_Part2_Debiasing_Solution.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@
122122
"!pip install -e ../../ --quiet\n",
123123
"# !pip install mitdeeplearning --quiet\n",
124124
"!pip install python-dotenv --quiet\n",
125-
"!pip install opencv-python --quiet"
125+
"!pip install opencv-python --quiet\n",
126+
"# MIT introduction to deep learning package\n",
127+
"!pip install mitdeeplearning --quiet"
126128
]
127129
},
128130
{

0 commit comments

Comments
 (0)