Skip to content

Commit 45e0ea5

Browse files
Update README.md
1 parent a69f487 commit 45e0ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ResNet-PyTorch
2-
Implementation of ResNet 50, 101, 152 in PyTorch based on paper "Deep Residual Learning for Image Recognition" by Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun. I used the paper of course as well as a couple repos as references.
2+
Implementation of ResNet 50, 101, 152 in PyTorch based on paper "Deep Residual Learning for Image Recognition" by Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun.
33

44
Currently working on implementing the ResNet 18 and 34 architectures as well which do not include the Bottleneck in the residual block.
55

0 commit comments

Comments
 (0)