Skip to content

Commit ca6e543

Browse files
committedSep 16, 2022
img fixes
1 parent 221361c commit ca6e543

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
 

‎README.md

-7
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,8 @@ The Convolutional Neural Net (CNN) I used for this project was ResNet-50V2. The
3232
This image shows a single residual block, which uses a skip connection.
3333
![gli](./utils/res_block.png)
3434

35-
36-
3735
The ResNet-50 model consists of 5 stages each with a convolution and Identity block, followed by some final layers to get a 4 dimensional vector as output. The network has 23,527,556 trainable parameters in total.
3836
![res](/utils/res_net.png)
39-
![ScreenShot](utils/res_net.png)
40-
<img src="utils/resnet.png" alt="Alt text" title="Optional title">
41-
<img src="/utils/resnet.png" alt="Alt2" title="Optional title">
42-
<img src="./utils/resnet.png" alt="Alt3" title="Optional title">
43-
4437

4538
The end of the network has a single ***GlobalAveragePooling2D*** layer, this takes the (8, 8, 2048) dimension output of the 5th stage and turns it into a single vector of size 2048 by taking the average of each channel. The image below depicts this process.
4639

File renamed without changes.

0 commit comments

Comments
 (0)