This repo consists of implementation of famous paper titled "Deep Residual Learning for Image Recognition", commonly known as ResNet architecture.
- Clone the repository.
git clone https://github.com/33-Papers/Deep-Residual-Learning-for-Image-Recognition
- Install dependencies
pip install requirements.txt
In order to use it, refer to the file :
Example.ipynb
And for more details and understanding, refer to the file :
details.ipynb