Skip to content

Files

Latest commit

May 11, 2024
9c01c4e · May 11, 2024

History

History
46 lines (27 loc) · 1.95 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.95 KB

S13 Resent Lightning

The code in jupityer notebook S13Lightning.ipynb trains the ResNet model written in pytorch lightning.

Dependencies to install:

!pip install torch-lr-finder
!pip install grad-cam     
!pip install pytorch-lightning

Clone the main repo for model and training code:

!git clone https://github.com/walnashgit/ERAV2_main.git

Follow the code in S13Lightning.ipynb for detailed code.

LR Finder graph:

image

Training and vaidation accuracy at last epoch

image

Training Accuracy

image

Training Loss

image

Validation Accuracy

image

Validation loss

image

Miss-classified images

image

Miss-classified images with grad cam at -1 layer

image