Skip to content

Commit

Permalink
moved cnn_arch to images.
Browse files Browse the repository at this point in the history
  • Loading branch information
pronics2004 committed Sep 13, 2018
1 parent 1936552 commit a6336e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion examples/tutorial_gender_classification.ipynb
Expand Up @@ -242,7 +242,7 @@
"source": [
"# Step 2: Learn a Baseline Classifier\n",
"Lets build a simple convolutional neural network (CNN) with $3$ convolutional layers and $2$ fully connected layers using the `pytorch` framework. \n",
"![CNN](cnn_arch.png)\n",
"![CNN](images/cnn_arch.png)\n",
"Each convolutional layer is followed by a maxpool layer. The final layer provides the logits for the binary gender predicition task."
]
},
Expand Down

0 comments on commit a6336e5

Please sign in to comment.