|
1 | 1 | # 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. |
3 | 3 |
|
4 | 4 | Currently working on implementing the ResNet 18 and 34 architectures as well which do not include the Bottleneck in the residual block. |
5 | 5 |
|
|
0 commit comments