Skip to content

Commit

Permalink
html fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonjansma committed Aug 19, 2018
1 parent 53e2256 commit f4b605b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"### Base Convolutional Architecture\n",
"In each of the following sections I construct five convolutional networks and train them on the Cifar100 dataset. Each model is based on the same architecure consisting of 5 convolutional blocks with the following structure.\n",
"\n",
"<img src=\"images/convblock.png\" height=300 width =300>\n",
"\n",
"<img src=\"images/convblock.png\" height=300 width=300>\n",
"\n",
"\n",
"Each model concludes with a single fully connected layer, containing 100 units and softmax activation.\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"### Base Convolutional Architecture\n",
"In each of the following sections I construct five convolutional networks and train them on the Cifar100 dataset. Each model is based on the same architecure consisting of 5 convolutional blocks with the following structure.\n",
"\n",
"<img src=\"images/convblock.png\" height=300 width =300>\n",
"\n",
"<img src=\"images/convblock.png\" height=300 width=300>\n",
"\n",
"\n",
"Each model concludes with a single fully connected layer, containing 100 units and softmax activation.\n",
"\n",
Expand Down

0 comments on commit f4b605b

Please sign in to comment.