Skip to content

Commit

Permalink
Merge pull request #8 from lekcyjna123/patch-4
Browse files Browse the repository at this point in the history
Fixed commas in VGG16 leayers list.
  • Loading branch information
janchorowski authored Jun 27, 2021
2 parents b5111a8 + 4b0c9ab commit 42e398d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Assignments/Assignment3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -742,23 +742,27 @@
" \"relu1_1\",\n",
" \"conv1_2\",\n",
" \"relu1_2\",\n",
" \"pool1\" \"conv2_1\",\n",
" \"pool1\",\n",
" \"conv2_1\",\n",
" \"relu2_1\",\n",
" \"conv2_2\",\n",
" \"relu2_2\",\n",
" \"pool2\" \"conv3_1\",\n",
" \"pool2\",\n",
" \"conv3_1\",\n",
" \"relu3_1\",\n",
" \"conv3_2\",\n",
" \"relu3_2\",\n",
" \"conv3_3\",\n",
" \"relu3_3\",\n",
" \"pool3\" \"conv4_1\",\n",
" \"pool3\",\n",
" \"conv4_1\",\n",
" \"relu4_1\",\n",
" \"conv4_2\",\n",
" \"relu4_2\",\n",
" \"conv4_3\",\n",
" \"relu4_3\",\n",
" \"pool4\" \"conv5_1\",\n",
" \"pool4\",\n",
" \"conv5_1\",\n",
" \"relu5_1\",\n",
" \"conv5_2\",\n",
" \"relu5_2\",\n",
Expand Down Expand Up @@ -2365,4 +2369,4 @@
"outputs": []
}
]
}
}

0 comments on commit 42e398d

Please sign in to comment.