Files changed (1) hide show
  1. README.md +55 -56
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: 4.0.0
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)