Skip to content

Commit

Permalink
Unit10 Enumerate TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafafu committed Nov 19, 2021
1 parent a180ea4 commit 37f6d44
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions unit10_cnn/lab_fine_tune_partial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"# TODO"
"# TODO 1:"
]
},
{
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"outputs": [],
"source": [
"# TODO"
"# TODO 2:"
]
},
{
Expand All @@ -155,7 +155,7 @@
"metadata": {},
"outputs": [],
"source": [
"# TODO: Set to smaller values if you are using a CPU. \n",
"# TODO 3: Set to smaller values if you are using a CPU. \n",
"# Otherwise, do not change this code.\n",
"nrow = 150\n",
"ncol = 150"
Expand All @@ -178,7 +178,7 @@
},
"outputs": [],
"source": [
"# TODO: Load the VGG16 network\n",
"# TODO 4: Load the VGG16 network\n",
"# input_shape = ...\n",
"# base_model = applications.VGG16(weights='imagenet', ...)"
]
Expand All @@ -201,7 +201,7 @@
"# Create a new model\n",
"model = Sequential()\n",
"\n",
"# TODO: Loop over base_model.layers and add each layer to model"
"# TODO 5: Loop over base_model.layers and add each layer to model"
]
},
{
Expand All @@ -219,7 +219,7 @@
},
"outputs": [],
"source": [
"# TODO"
"# TODO 6"
]
},
{
Expand All @@ -241,7 +241,7 @@
},
"outputs": [],
"source": [
"# TODO\n",
"# TODO 7\n",
"# model.add(...)\n",
"# model.add(...)\n",
"# ...."
Expand All @@ -262,7 +262,7 @@
},
"outputs": [],
"source": [
"# TODO"
"# TODO 8"
]
},
{
Expand Down Expand Up @@ -316,7 +316,7 @@
},
"outputs": [],
"source": [
"# TODO\n",
"# TODO 9\n",
"# test_generator = ..."
]
},
Expand Down Expand Up @@ -366,7 +366,7 @@
},
"outputs": [],
"source": [
"# TODO"
"# TODO 10"
]
},
{
Expand All @@ -386,7 +386,7 @@
},
"outputs": [],
"source": [
"# TODO.\n",
"# TODO 11\n",
"# model.compile(...)"
]
},
Expand All @@ -409,7 +409,7 @@
},
"outputs": [],
"source": [
"# TODO"
"# TODO 12"
]
},
{
Expand Down Expand Up @@ -454,7 +454,7 @@
"source": [
"# Plot the training accuracy and validation accuracy curves on the same figure.\n",
"\n",
"# TO DO"
"# TODO 13"
]
},
{
Expand All @@ -480,7 +480,7 @@
},
"outputs": [],
"source": [
"# TO DO"
"# TODO 14"
]
},
{
Expand Down Expand Up @@ -509,7 +509,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 37f6d44

Please sign in to comment.