Update README.md
#1
by
Dmgautomata - opened
README.md
CHANGED
|
@@ -1,56 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Netlistify Training
|
| 3 |
-
emoji: π₯
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: red
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
# Netlistify Training mit ZeroGPU
|
| 14 |
-
|
| 15 |
-
Trainiert Netlistify DETR-Modell fΓΌr Verbindungserkennung in SchaltplΓ€nen auf Hugging Face Spaces mit ZeroGPU.
|
| 16 |
-
|
| 17 |
-
## Features
|
| 18 |
-
|
| 19 |
-
- β
**ZeroGPU**: Kostenlose GPU-Ressourcen fΓΌr Training
|
| 20 |
-
- β
**Automatisches Dataset-Laden**: LΓ€dt Dataset direkt von Hugging Face
|
| 21 |
-
- β
**Progress-Tracking**: Echtzeit-Fortschrittsanzeige
|
| 22 |
-
- β
**Flexible Konfiguration**: Anpassbare Hyperparameter
|
| 23 |
-
|
| 24 |
-
## Verwendung
|
| 25 |
-
|
| 26 |
-
1. **Dataset vorbereiten**: Lade dein Dataset auf Hugging Face hoch (als Dataset Repository)
|
| 27 |
-
2. **Repository-ID eingeben**: Gib die Dataset Repository-ID ein (z.B. `hanky2397/schematic_images`)
|
| 28 |
-
3. **Parameter anpassen**: Epochs, Batch Size, Learning Rate, etc.
|
| 29 |
-
4. **Training starten**: Klicke auf "Training starten"
|
| 30 |
-
|
| 31 |
-
## Dataset-Format
|
| 32 |
-
|
| 33 |
-
Das Dataset muss folgende Struktur haben:
|
| 34 |
-
|
| 35 |
-
```
|
| 36 |
-
dataset/
|
| 37 |
-
βββ images/
|
| 38 |
-
β βββ images/ (oder direkt images/)
|
| 39 |
-
β βββ *.jpg
|
| 40 |
-
βββ components/
|
| 41 |
-
β βββ components/ (oder labels/)
|
| 42 |
-
β βββ *.txt (YOLO-Format)
|
| 43 |
-
βββ pkl/
|
| 44 |
-
βββ *.pkl (Verbindungsdaten)
|
| 45 |
-
```
|
| 46 |
-
|
| 47 |
-
## Hardware
|
| 48 |
-
|
| 49 |
-
- **ZeroGPU**: NVIDIA H200 (automatisch zugewiesen)
|
| 50 |
-
- **Dauer**: Bis zu 3 Stunden pro Training
|
| 51 |
-
|
| 52 |
-
## Links
|
| 53 |
-
|
| 54 |
-
- [Netlistify GitHub](https://github.com/NYCU-AI-EDA/Netlistify)
|
| 55 |
-
- [Dataset auf Hugging Face](https://huggingface.co/datasets/hanky2397/schematic_images)
|
| 56 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Netlistify Training
|
| 3 |
+
emoji: π₯
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Netlistify Training mit ZeroGPU
|
| 14 |
+
|
| 15 |
+
Trainiert Netlistify DETR-Modell fΓΌr Verbindungserkennung in SchaltplΓ€nen auf Hugging Face Spaces mit ZeroGPU.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- β
**ZeroGPU**: Kostenlose GPU-Ressourcen fΓΌr Training
|
| 20 |
+
- β
**Automatisches Dataset-Laden**: LΓ€dt Dataset direkt von Hugging Face
|
| 21 |
+
- β
**Progress-Tracking**: Echtzeit-Fortschrittsanzeige
|
| 22 |
+
- β
**Flexible Konfiguration**: Anpassbare Hyperparameter
|
| 23 |
+
|
| 24 |
+
## Verwendung
|
| 25 |
+
|
| 26 |
+
1. **Dataset vorbereiten**: Lade dein Dataset auf Hugging Face hoch (als Dataset Repository)
|
| 27 |
+
2. **Repository-ID eingeben**: Gib die Dataset Repository-ID ein (z.B. `hanky2397/schematic_images`)
|
| 28 |
+
3. **Parameter anpassen**: Epochs, Batch Size, Learning Rate, etc.
|
| 29 |
+
4. **Training starten**: Klicke auf "Training starten"
|
| 30 |
+
|
| 31 |
+
## Dataset-Format
|
| 32 |
+
|
| 33 |
+
Das Dataset muss folgende Struktur haben:
|
| 34 |
+
|
| 35 |
+
```
|
| 36 |
+
dataset/
|
| 37 |
+
βββ images/
|
| 38 |
+
β βββ images/ (oder direkt images/)
|
| 39 |
+
β βββ *.jpg
|
| 40 |
+
βββ components/
|
| 41 |
+
β βββ components/ (oder labels/)
|
| 42 |
+
β βββ *.txt (YOLO-Format)
|
| 43 |
+
βββ pkl/
|
| 44 |
+
βββ *.pkl (Verbindungsdaten)
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
## Hardware
|
| 48 |
+
|
| 49 |
+
- **ZeroGPU**: NVIDIA H200 (automatisch zugewiesen)
|
| 50 |
+
- **Dauer**: Bis zu 3 Stunden pro Training
|
| 51 |
+
|
| 52 |
+
## Links
|
| 53 |
+
|
| 54 |
+
- [Netlistify GitHub](https://github.com/NYCU-AI-EDA/Netlistify)
|
| 55 |
+
- [Dataset auf Hugging Face](https://huggingface.co/datasets/hanky2397/schematic_images)
|
|
|