Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title: Assignment
|
| 3 |
-
emoji: 💻
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.27.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Assignment for ERA
|
|
|
|
|
|
|
|
|
|
| 3 |
sdk: gradio
|
| 4 |
sdk_version: 4.27.0
|
| 5 |
app_file: app.py
|
|
|
|
| 6 |
license: mit
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# SpaceHF: ResNet18 on CIFAR-10
|
| 10 |
+
|
| 11 |
+
Welcome to the SpaceHF project! This repository contains the implementation of ResNet18 architecture (written in pytorch-lightning) trained on the CIFAR-10 dataset.
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
This project aims to demonstrate the training and evaluation of the ResNet18 model on the CIFAR-10 dataset for image classification tasks.
|
| 16 |
+
|
| 17 |
+
## Getting Started
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Directory Structure
|
| 21 |
+
|
| 22 |
+
- `model.py`: resnet18 in lightning.
|
| 23 |
+
- `requirements.txt`: List of dependencies.
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
This project is licensed under the MIT License
|