Spaces:
Runtime error
Runtime error
File size: 633 Bytes
a511429 585f902 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: S12 ERA Phase I
emoji: π
colorFrom: green
colorTo: red
sdk: gradio
sdk_version: 3.39.0
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Session 12 - ERA Phase I - Assignment
## Goals
1. Build app on HuggingFace using model trained with PyTorch Lightning
## Usage
In the App tab, the UI is present for different functionalities like:
1. Seeing N GradCAM outputs of the model for given convolutional layer
2. Seeing N misclassfied images
3. Uploading your own image and inferencing and looking at N top classes on it |